Home
last modified time | relevance | path

Searched refs:I32_4 (Results 1 – 21 of 21) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_script_group2_pointwise.java45 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
52 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
DUT_script_group2_nochain.java46 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
53 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
DUT_script_group2_gatherscatter.java67 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
85 Type.createX(pRS, Element.I32_4(pRS), stride), in run()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_script_group2_pointwise.java47 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
54 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
DUT_script_group2_nochain.java48 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
55 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
DUT_script_group2_gatherscatter.java69 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
87 Type.createX(pRS, Element.I32_4(pRS), stride), in run()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DWhiteBalance.java32 mSums = Allocation.createSized(mRS, Element.I32_4(mRS), 256); in createTest()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicHistogram.java148 mOut.getType().getElement() != Element.I32_4(mRS)) { in setOutput()
DElement.java934 public static Element I32_4(RenderScript rs) { in I32_4() method in Element
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicHistogram.java158 mOut.getType().getElement() != Element.I32_4(mRS)) {
DElement.java647 public static Element I32_4(RenderScript rs) { in I32_4() method in Element
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp110 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp114 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java158 mInt4Allocation = Allocation.createSized(mRS, Element.I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp448 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) { in setOutput()
DrsCppStructs.h472 sp<const Element> I32_4; member
1303 static sp<const Element> I32_4(const sp<RS> &rs);
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect59 __I32_4 = Element.I32_4(rs);
9860 throw new RSRuntimeException("Type mismatch with I32_4!");
9897 throw new RSRuntimeException("Type mismatch with I32_4!");
9934 throw new RSRuntimeException("Type mismatch with I32_4!");
9971 throw new RSRuntimeException("Type mismatch with I32_4!");
10008 throw new RSRuntimeException("Type mismatch with I32_4!");
10045 throw new RSRuntimeException("Type mismatch with I32_4!");
10082 throw new RSRuntimeException("Type mismatch with I32_4!");
10119 throw new RSRuntimeException("Type mismatch with I32_4!");
10156 throw new RSRuntimeException("Type mismatch with I32_4!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect59 __I32_4 = Element.I32_4(rs);
3887 throw new RSRuntimeException("Type mismatch with I32_4!");
3994 throw new RSRuntimeException("Type mismatch with I32_4!");
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26076 method public static android.renderscript.Element I32_4(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt39943 method public static android.renderscript.Element I32_4(android.renderscript.RenderScript);
/frameworks/base/api/
Dcurrent.txt40087 method public static android.renderscript.Element I32_4(android.renderscript.RenderScript);