/frameworks/rs/script_api/ |
D | rs_math.spec | 184 t: f32 207 t: f32 230 t: f32 255 t: f32 278 t: f32 301 t: f32 326 t: f32 349 t: f32 374 t: f32 401 t: f32 [all …]
|
D | rs_vector_math.spec | 41 t: f32 66 t: f32 93 t: f32 118 t: f32 137 t: f32 155 t: f32 176 t: f32 201 t: f32 228 t: f32 253 t: f32 [all …]
|
D | rs_convert.spec | 28 t: u8, u16, u32, i8, i16, i32, f32 29 t: u8, u16, u32, i8, i16, i32, f32 61 t: u8, u16, u32, i8, i16, i32, f32 70 t: u8, u16, u32, i8, i16, i32, f32 81 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 90 t: u8, u16, u32, u64, i8, i16, i32, i64, f32, f64 157 t: u8, f32
|
D | rs_allocation_create.spec | 174 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 189 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 203 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 217 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 230 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 243 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64
|
/frameworks/rs/driver/runtime/ll32/ |
D | math.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 4 declare float @llvm.sqrt.f32(float) 5 declare float @llvm.pow.f32(float, float) 6 declare float @llvm.fabs.f32(float) 12 %1 = tail call float @llvm.sqrt.f32(float %v) 17 %1 = tail call float @llvm.pow.f32(float %v1, float %v2)
|
/frameworks/rs/driver/runtime/ll64/ |
D | math.ll | 4 declare float @llvm.sqrt.f32(float) 5 declare float @llvm.pow.f32(float, float) 6 declare float @llvm.fabs.f32(float) 12 %1 = tail call float @llvm.sqrt.f32(float %v) 17 %1 = tail call float @llvm.pow.f32(float %v1, float %v2)
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_ColorMatrix.S | 69 #vadd.f32 q0,q0,q0 70 #vmul.f32 q0,q0,d0[0] 71 #vmla.f32 q0,q0,d0[0] 124 vcvt.f32.s32 q3, q3 125 vcvt.f32.s32 q2, q2 126 vcvt.f32.s32 q1, q1 127 vcvt.f32.s32 q0, q0 141 vcvt.f32.s32 q2, q2 142 vcvt.f32.s32 q1, q1 143 vcvt.f32.s32 q0, q0 [all …]
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | RenderScriptTask.java | 4 import com.android.rs.refocus.f32.RefocusFilterF32; 26 enum script{f32, d1new}; enumConstant 93 case f32: in applyRefocusFilter()
|
D | MainActivity.java | 206 …Task renderScriptTask = new RenderScriptTask(params[0].mRenderScript, RenderScriptTask.script.f32); in doInBackground()
|
/frameworks/rs/driver/runtime/arch/ |
D | x86_sse3.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v… 6 declare float @llvm.sqrt.f32(float) nounwind readnone 46 %5 = tail call float @llvm.sqrt.f32(float %4) nounwind readnone 59 %9 = tail call float @llvm.sqrt.f32(float %8) nounwind readnone 68 %5 = tail call float @llvm.sqrt.f32(float %4) nounwind readnone
|
D | x86_sse2.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v… 9 declare float @llvm.sqrt.f32(float) nounwind readnone 14 declare float @llvm.exp.f32(float) nounwind readonly 15 declare float @llvm.pow.f32(float, float) nounwind readonly 85 %1 = tail call float @llvm.sqrt.f32(float %in) nounwind readnone 105 %1 = tail call float @llvm.pow.f32(float %v1, float %v2)
|
/frameworks/av/media/libeffects/loudness/ |
D | EffectLoudnessEnhancer.cpp | 311 leftSample = inputAmp * inBuffer->f32[2*inIdx]; in LE_process() 312 rightSample = inputAmp * inBuffer->f32[2*inIdx +1]; in LE_process() 314 inBuffer->f32[2*inIdx] = leftSample * inverseScale; in LE_process() 315 inBuffer->f32[2*inIdx +1] = rightSample * inverseScale; in LE_process() 329 outBuffer->f32[i] += inBuffer->f32[i]; in LE_process()
|
/frameworks/av/media/libeffects/visualizer/ |
D | EffectVisualizer.cpp | 347 maxSample = fmax(maxSample, fabs(inBuffer->f32[inIdx])); in Visualizer_process() 348 rmsSqAcc += inBuffer->f32[inIdx] * inBuffer->f32[inIdx]; in Visualizer_process() 386 smp += inBuffer->f32[inIdx++]; in Visualizer_process() 441 smp += inBuffer->f32[inIdx++]; in Visualizer_process() 463 outBuffer->f32[i] += inBuffer->f32[i]; in Visualizer_process()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | ImageBuffersForRenderScriptF32.java | 1 package com.android.rs.refocus.f32;
|
D | KernelDataForRenderScriptF32.java | 1 package com.android.rs.refocus.f32;
|
D | RefocusFilterF32.java | 1 package com.android.rs.refocus.f32;
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 656 mConfig.outputCfg.buffer.f32, in process() 657 mConfig.inputCfg.buffer.f32, in process() 669 mConfig.outputCfg.buffer.f32, in process() 670 mConfig.inputCfg.buffer.f32, in process() 671 safeInputOutputSampleCount * sizeof(*mConfig.outputCfg.buffer.f32)); in process() 695 mConfig.inputCfg.buffer.f32, in process() 705 mConfig.inputCfg.buffer.f32, in process() 721 inBuffer->audioBuffer()->f32, mInChannelCountRequested, in process() 722 mInConversionBuffer->audioBuffer()->f32, inChannelCount, in process() 731 outBuffer->audioBuffer()->f32, mOutChannelCountRequested, in process() [all …]
|
/frameworks/av/media/libeffects/downmix/tests/ |
D | downmixtest.cpp | 129 inbuffer.f32 = inFloat.data(); in DownmixExecute() 130 outbuffer.f32 = outFloat.data(); in DownmixExecute()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3637 f32 x 3638 f32 y 3639 f32 width 3640 f32 height 3641 f32 minDepth 3642 f32 maxDepth 3724 const f32* pQueuePriorities 4197 f32 depthBiasConstantFactor 4198 f32 depthBiasClamp 4199 f32 depthBiasSlopeFactor [all …]
|
/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 346 pContext->mPDynamics->processSamples(inBuffer->f32, inBuffer->f32, in DP_process() 352 outBuffer->f32[i] += inBuffer->f32[i]; in DP_process()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 22 N5 (f32)
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_common.tmpl | 25 {{define "Type#f32" }}float{{end}}
|
D | vk_xml.tmpl | 382 {{define "XML.Type#f32" }}<type>float</type>{{end}}
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 3255 processStatus = android::LvmBundle_process(inBuffer->f32, in Effect_process() 3256 outBuffer->f32, in Effect_process() 3273 outBuffer->f32[i] += inBuffer->f32[i]; in Effect_process()
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 1828 status = process( inBuffer->f32, in Reverb_process() 1829 outBuffer->f32, in Reverb_process()
|