/frameworks/rs/api/ |
D | rs_math.spec | 170 t: f32 193 t: f32 216 t: f32 241 t: f32 264 t: f32 287 t: f32 312 t: f32 335 t: f32 360 t: f32 387 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)
|
D | allocation.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…
|
/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/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/java/tests/Refocus/src/com/android/rs/test/ |
D | RenderScriptTask.java | 4 import com.android.rs.refocus.f32.RefocusFilterF32; 25 enum script{f32, d1new}; enumConstant 91 case f32: in applyRefocusFilter()
|
D | MainActivity.java | 121 …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)
|
D | neon.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…
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1385 f32 x 1386 f32 y 1387 f32 width 1388 f32 height 1389 f32 minDepth 1390 f32 maxDepth 1472 const f32* pQueuePriorities 1945 f32 depthBiasConstantFactor 1946 f32 depthBiasClamp 1947 f32 depthBiasSlopeFactor [all …]
|
/frameworks/rs/java/tests/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/rs/java/tests/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}}
|