Home
last modified time | relevance | path

Searched refs:f32 (Results 1 – 20 of 20) sorted by relevance

/frameworks/rs/api/
Drs_math.spec170 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 …]
Drs_vector_math.spec41 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 …]
Drs_convert.spec28 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
Drs_allocation_create.spec174 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/
Dmath.ll1 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)
Dallocation.ll1 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/
DrsCpuIntrinsics_neon_ColorMatrix.S69 #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/
Dmath.ll4 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/
DRenderScriptTask.java4 import com.android.rs.refocus.f32.RefocusFilterF32;
25 enum script{f32, d1new}; enumConstant
91 case f32: in applyRefocusFilter()
DMainActivity.java121 …Task renderScriptTask = new RenderScriptTask(params[0].mRenderScript, RenderScriptTask.script.f32); in doInBackground()
/frameworks/rs/driver/runtime/arch/
Dx86_sse3.ll1 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
Dx86_sse2.ll1 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)
Dneon.ll1 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/
Dvulkan.api1385 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/
DImageBuffersForRenderScriptF32.java1 package com.android.rs.refocus.f32;
DKernelDataForRenderScriptF32.java1 package com.android.rs.refocus.f32;
DRefocusFilterF32.java1 package com.android.rs.refocus.f32;
/frameworks/rs/java/tests/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt22 N5 (f32)
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl25 {{define "Type#f32" }}float{{end}}
Dvk_xml.tmpl382 {{define "XML.Type#f32" }}<type>float</type>{{end}}