Home
last modified time | relevance | path

Searched refs:F16 (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_fp16.java59 initializeGlobals(RS, s, Element.F16(RS), nDims); in TestHalf()
69 initializeGlobals(RS, s, Element.F16(RS), nDims); in TestHalf()
/frameworks/rs/tests/cpp_api/cppf16/
Dcompute.cpp34 sp<const Element> half = Element::F16(rs); in main()
/frameworks/rs/cpp/
DElement.cpp90 CREATE_USER(F16, FLOAT_16);
143 CREATE_VECTOR(F16, FLOAT_16);
DrsCppStructs.h481 sp<const Element> F16; member
1061 static sp<const Element> F16(const sp<RS> &rs);
/frameworks/compile/slang/lit-tests/padding/
Dmore_structs.rscript55 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.F16(rs), "f5");
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp259 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize); in createFloatAllocations()
/frameworks/base/data/keyboards/
DGeneric.kl208 # key 186 F16
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp263 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java311 mHalfAllocation = Allocation.createSized(mRS, Element.F16(mRS), mAllocSize); in createFloatAllocations()
/frameworks/base/rs/java/android/renderscript/
DElement.java428 public static Element F16(RenderScript rs) { in F16() method in Element
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect43 __F16 = Element.F16(rs);
163 throw new RSRuntimeException("Type mismatch with F16!");
167 throw new RSRuntimeException("Type mismatch with F16!");
227 throw new RSRuntimeException("Type mismatch with F16!");
231 throw new RSRuntimeException("Type mismatch with F16!");
295 throw new RSRuntimeException("Type mismatch with F16!");
363 throw new RSRuntimeException("Type mismatch with F16!");
431 throw new RSRuntimeException("Type mismatch with F16!");
499 throw new RSRuntimeException("Type mismatch with F16!");
563 throw new RSRuntimeException("Type mismatch with F16!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect43 __F16 = Element.F16(rs);
176 throw new RSRuntimeException("Type mismatch with F16!");
209 throw new RSRuntimeException("Type mismatch with F16!");
242 throw new RSRuntimeException("Type mismatch with F16!");
275 throw new RSRuntimeException("Type mismatch with F16!");
308 throw new RSRuntimeException("Type mismatch with F16!");
341 throw new RSRuntimeException("Type mismatch with F16!");
374 throw new RSRuntimeException("Type mismatch with F16!");
407 throw new RSRuntimeException("Type mismatch with F16!");
440 throw new RSRuntimeException("Type mismatch with F16!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect42 __F16 = Element.F16(rs);
2743 throw new RSRuntimeException("Type mismatch with F16!");
2850 throw new RSRuntimeException("Type mismatch with F16!");
/frameworks/base/non-updatable-api/
Dcurrent.txt39923 method public static android.renderscript.Element F16(android.renderscript.RenderScript);
/frameworks/base/api/
Dcurrent.txt40067 method public static android.renderscript.Element F16(android.renderscript.RenderScript);