Searched refs:F16 (Results 1 – 15 of 15) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_fp16.java | 59 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/ |
D | compute.cpp | 34 sp<const Element> half = Element::F16(rs); in main()
|
/frameworks/rs/cpp/ |
D | Element.cpp | 90 CREATE_USER(F16, FLOAT_16); 143 CREATE_VECTOR(F16, FLOAT_16);
|
D | rsCppStructs.h | 481 sp<const Element> F16; member 1061 static sp<const Element> F16(const sp<RS> &rs);
|
/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rscript | 55 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.F16(rs), "f5");
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 259 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize); in createFloatAllocations()
|
/frameworks/base/data/keyboards/ |
D | Generic.kl | 208 # key 186 F16
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 263 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 311 mHalfAllocation = Allocation.createSized(mRS, Element.F16(mRS), mAllocSize); in createFloatAllocations()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 428 public static Element F16(RenderScript rs) { in F16() method in Element
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 43 __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/ |
D | ScriptC_reduce_general_input.java.expect | 43 __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/ |
D | ScriptC_reduce_general_result.java.expect | 42 __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/ |
D | current.txt | 39923 method public static android.renderscript.Element F16(android.renderscript.RenderScript);
|
/frameworks/base/api/ |
D | current.txt | 40067 method public static android.renderscript.Element F16(android.renderscript.RenderScript);
|