Home
last modified time | relevance | path

Searched refs:I64 (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/rs/tests/cpp_api/typecheck/
Dtypecheck.cpp57 TEST_ELEM(ENAME, I64) \
69 TEST_ELEM_ALL(I64) in TEST_ELEM_ALL()
98 EXECUTE_TEST_ELEM_ALL(I64); in TEST_ELEM_ALL()
/frameworks/compile/slang/lit-tests/padding/
Dmore_structs.rscript39 // CHECK-JAVA-CHAR-STRUCT-NEXT: eb.add(Element.I64(rs), "f2");
50 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I64(rs), "f2");
54 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I64(rs), "f4");
Dsmall_struct.rscript20 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "l");
Dsmall_struct_2.rscript18 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "l");
Dbitfield.rscript16 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "L");
/frameworks/compile/slang/tests/P_reflection3264_multifile/
DScriptC_reflection3264_multifile_2.java.expect42 __I64 = Element.I64(rs);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copy.java236 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeTo_Long()
432 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy2DRangeTo_Long()
631 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeToUnchecked_Long()
Dvector.rscript167 rsDebug("Testing I64", 0);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java234 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeTo_Long()
430 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy2DRangeTo_Long()
629 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeToUnchecked_Long()
Dvector.rscript151 rsDebug("Testing I64", 0);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_alloc_copy.java238 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeTo_Long()
434 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy2DRangeTo_Long()
633 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeToUnchecked_Long()
Dvector.rscript169 rsDebug("Testing I64", 0);
/frameworks/rs/cpp/
DElement.cpp89 CREATE_USER(I64, SIGNED_64);
142 CREATE_VECTOR(I64, SIGNED_64);
DrsCppStructs.h477 sp<const Element> I64; member
1055 static sp<const Element> I64(const sp<RS> &rs);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dvector.rscript151 rsDebug("Testing I64", 0);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dvector.rscript151 rsDebug("Testing I64", 0);
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp116 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize); in createSignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp120 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize); in createSignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java165 mLongAllocation = Allocation.createSized(mRS, Element.I64(mRS), mAllocSize); in createSignedAllocations()
/frameworks/rs/support/java/src/androidx/renderscript/
DElement.java387 public static Element I64(RenderScript rs) { in I64() method in Element
/frameworks/compile/slang/tests/P_struct_field/
DScriptField_Outer.java.expect74 eb.add(Element.I64(rs), "l");
/frameworks/base/rs/java/android/renderscript/
DElement.java417 public static Element I64(RenderScript rs) { in I64() method in Element
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect60 __I64 = Element.I64(rs);
10448 throw new RSRuntimeException("Type mismatch with I64!");
10481 throw new RSRuntimeException("Type mismatch with I64!");
10514 throw new RSRuntimeException("Type mismatch with I64!");
10547 throw new RSRuntimeException("Type mismatch with I64!");
10580 throw new RSRuntimeException("Type mismatch with I64!");
10613 throw new RSRuntimeException("Type mismatch with I64!");
10646 throw new RSRuntimeException("Type mismatch with I64!");
10679 throw new RSRuntimeException("Type mismatch with I64!");
10712 throw new RSRuntimeException("Type mismatch with I64!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect60 __I64 = Element.I64(rs);
4027 throw new RSRuntimeException("Type mismatch with I64!");
4134 throw new RSRuntimeException("Type mismatch with I64!");
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26077 method public static android.renderscript.Element I64(android.renderscript.RenderScript);

12