Searched refs:F16_4 (Results 1 – 13 of 13) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_fp16.java | 122 initializeGlobals(RS, s, Element.F16_4(RS), nDims); in TestHalf4() 132 initializeGlobals(RS, s, Element.F16_4(RS), nDims); in TestHalf4()
|
/frameworks/rs/tests/cpp_api/cppf16/ |
D | compute.cpp | 37 sp<const Element> half4 = Element::F16_4(rs); in main()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blur25.java | 83 tb = new Type.Builder(mRS, Element.F16_4(mRS)); in createTest()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 262 mHalf4Allocation = Allocation::createSized(mRS, Element::F16_4(mRS), mAllocSize / 4); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 266 mHalf4Allocation = Allocation::createSized(mRS, Element::F16_4(mRS), mAllocSize / 4); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 317 mHalf4Allocation = Allocation.createSized(mRS, Element.F16_4(mRS), mAllocSize / 4); in createFloatAllocations()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 668 public static Element F16_4(RenderScript rs) { in F16_4() method in Element
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 484 sp<const Element> F16_4; member 1158 static sp<const Element> F16_4(const sp<RS> &rs);
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 45 __F16_4 = Element.F16_4(rs); 435 throw new RSRuntimeException("Type mismatch with F16_4!"); 503 throw new RSRuntimeException("Type mismatch with F16_4!"); 3125 throw new RSRuntimeException("Type mismatch with F16_4!"); 3197 throw new RSRuntimeException("Type mismatch with F16_4!"); 5659 throw new RSRuntimeException("Type mismatch with F16_4!"); 5727 throw new RSRuntimeException("Type mismatch with F16_4!"); 5799 throw new RSRuntimeException("Type mismatch with F16_4!"); 5871 throw new RSRuntimeException("Type mismatch with F16_4!"); 5943 throw new RSRuntimeException("Type mismatch with F16_4!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 45 __F16_4 = Element.F16_4(rs); 1300 throw new RSRuntimeException("Type mismatch with F16_4!"); 1337 throw new RSRuntimeException("Type mismatch with F16_4!"); 1374 throw new RSRuntimeException("Type mismatch with F16_4!"); 1411 throw new RSRuntimeException("Type mismatch with F16_4!"); 1448 throw new RSRuntimeException("Type mismatch with F16_4!"); 1485 throw new RSRuntimeException("Type mismatch with F16_4!"); 1522 throw new RSRuntimeException("Type mismatch with F16_4!"); 1559 throw new RSRuntimeException("Type mismatch with F16_4!"); 1596 throw new RSRuntimeException("Type mismatch with F16_4!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 44 __F16_4 = Element.F16_4(rs); 2817 throw new RSRuntimeException("Type mismatch with F16_4!"); 2924 throw new RSRuntimeException("Type mismatch with F16_4!");
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 38337 Landroid/renderscript/Element;->F16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Ele…
|
/frameworks/base/api/ |
D | current.txt | 37491 method public static android.renderscript.Element F16_4(android.renderscript.RenderScript);
|