Searched refs:F16_2 (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_fp16.java | 80 initializeGlobals(RS, s, Element.F16_2(RS), nDims); in TestHalf2() 90 initializeGlobals(RS, s, Element.F16_2(RS), nDims); in TestHalf2()
|
/frameworks/rs/tests/cpp_api/cppf16/ |
D | compute.cpp | 35 sp<const Element> half2 = Element::F16_2(rs); in main()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 260 mHalf2Allocation = Allocation::createSized(mRS, Element::F16_2(mRS), mAllocSize / 2); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 264 mHalf2Allocation = Allocation::createSized(mRS, Element::F16_2(mRS), mAllocSize / 2); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 313 mHalf2Allocation = Allocation.createSized(mRS, Element.F16_2(mRS), mAllocSize / 2); in createFloatAllocations()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 648 public static Element F16_2(RenderScript rs) { in F16_2() method in Element
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 482 sp<const Element> F16_2; member 1146 static sp<const Element> F16_2(const sp<RS> &rs);
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 44 __F16_2 = Element.F16_2(rs); 299 throw new RSRuntimeException("Type mismatch with F16_2!"); 367 throw new RSRuntimeException("Type mismatch with F16_2!"); 2837 throw new RSRuntimeException("Type mismatch with F16_2!"); 2905 throw new RSRuntimeException("Type mismatch with F16_2!"); 2977 throw new RSRuntimeException("Type mismatch with F16_2!"); 2981 throw new RSRuntimeException("Type mismatch with F16_2!"); 3049 throw new RSRuntimeException("Type mismatch with F16_2!"); 3053 throw new RSRuntimeException("Type mismatch with F16_2!"); 3121 throw new RSRuntimeException("Type mismatch with F16_2!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 44 __F16_2 = Element.F16_2(rs); 708 throw new RSRuntimeException("Type mismatch with F16_2!"); 745 throw new RSRuntimeException("Type mismatch with F16_2!"); 782 throw new RSRuntimeException("Type mismatch with F16_2!"); 819 throw new RSRuntimeException("Type mismatch with F16_2!"); 856 throw new RSRuntimeException("Type mismatch with F16_2!"); 893 throw new RSRuntimeException("Type mismatch with F16_2!"); 930 throw new RSRuntimeException("Type mismatch with F16_2!"); 967 throw new RSRuntimeException("Type mismatch with F16_2!"); 1004 throw new RSRuntimeException("Type mismatch with F16_2!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 43 __F16_2 = Element.F16_2(rs); 2780 throw new RSRuntimeException("Type mismatch with F16_2!"); 2887 throw new RSRuntimeException("Type mismatch with F16_2!");
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39924 method public static android.renderscript.Element F16_2(android.renderscript.RenderScript);
|
/frameworks/base/api/ |
D | current.txt | 40068 method public static android.renderscript.Element F16_2(android.renderscript.RenderScript);
|