Home
last modified time | relevance | path

Searched refs:F16_4 (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_fp16.java122 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/
Dcompute.cpp37 sp<const Element> half4 = Element::F16_4(rs); in main()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DBlur25.java83 tb = new Type.Builder(mRS, Element.F16_4(mRS)); in createTest()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp262 mHalf4Allocation = Allocation::createSized(mRS, Element::F16_4(mRS), mAllocSize / 4); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp266 mHalf4Allocation = Allocation::createSized(mRS, Element::F16_4(mRS), mAllocSize / 4); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java317 mHalf4Allocation = Allocation.createSized(mRS, Element.F16_4(mRS), mAllocSize / 4); in createFloatAllocations()
/frameworks/base/rs/java/android/renderscript/
DElement.java668 public static Element F16_4(RenderScript rs) { in F16_4() method in Element
/frameworks/rs/cpp/
DrsCppStructs.h484 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/
DScriptC_reduce_general_inputs.java.expect45 __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/
DScriptC_reduce_general_input.java.expect45 __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/
DScriptC_reduce_general_result.java.expect44 __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/
Dhiddenapi-public-dex.txt38337 Landroid/renderscript/Element;->F16_4(Landroid/renderscript/RenderScript;)Landroid/renderscript/Ele…
/frameworks/base/api/
Dcurrent.txt37491 method public static android.renderscript.Element F16_4(android.renderscript.RenderScript);