Home
last modified time | relevance | path

Searched refs:I32 (Results 1 – 25 of 38) sorted by relevance

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DClearObjectTest.java64 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testClearObjectElement()
65 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testClearObjectElement()
80 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectType()
81 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectType()
96 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectAllocation()
97 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectAllocation()
113 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectSampler()
114 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectSampler()
129 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectScript()
130 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testclearObjectScript()
DIsObjectTest.java65 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testIsObjectElement()
85 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testIsObjectType()
109 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testIsObjectAllocation()
132 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testIsObjectSampler()
154 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testIsObjectScript()
DSetObjectTest.java64 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testSetObjectElement()
84 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testSetObjectType()
107 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testSetObjectAllocation()
129 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testSetObjectSampler()
151 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum); in testSetObjectScript()
DAllocationResize.java41 mIn = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE/2); in testResize()
42 mOut = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE*2); in testResize()
DVoidPtr.java32 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in setupVoidPtr()
53 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in testVoidOutInt()
110 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in testVoidInInt()
DTestCtxDim.java26 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in test()
DVLoadTest.java81 walkAlloc = Allocation.createSized(mRS, Element.I32(mRS), i); in createWalk()
261 testSetup(Type.createX(mRS, Element.I32(mRS), w)); in testVload_int()
269 testSetup(Type.createX(mRS, Element.I32(mRS), w)); in testVload_uint()
277 testSetup(Type.createX(mRS, Element.I32(mRS), w)); in testVload_int_relaxed()
285 testSetup(Type.createX(mRS, Element.I32(mRS), w)); in testVload_uint_relaxed()
DGetAllocationTest.java35 Allocation mTemp = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE); in testGetAllocation()
DBaseObjTest.java28 Element E = Element.I32(mRS); in testBaseObj()
DScriptTest.java50 Type.Builder tb = new Type.Builder(mRS, Element.I32(mRS)); in testScript()
DDebugContext.java48 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in setupDebugContext()
DAllocationCopy2DRangeTest.java43 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in testAllocationCopy2DRange()
DGlobalSync.java30 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in setupGlobalSync()
DReduceTest.java188 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in testAddInt2D()
382 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in testFz2()
404 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in testFz3()
492 Allocation[] inputs = createInputAllocations(Element.I32(mRS), 3); in testBadSumXorInputDimensionMismatch()
545 Allocation inputI32 = Allocation.createSized(mRS, Element.I32(mRS), 1); in testBadSumXorInputWrongType()
DAllocationTest.java130 createTypedHelper(Element.I32(mRS)); in testCreateTyped()
173 createSizedHelper(Element.I32(mRS)); in testCreateSized()
370 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems); in helperIntCopy()
565 Type.Builder b = new Type.Builder(mRS, Element.I32(mRS)); in helperIntCopy2D()
705 Type.Builder b2 = new Type.Builder(mRS, Element.I32(mRS)); in testCopyFromAllocation()
746 Type.Builder b = new Type.Builder(mRS, Element.I32(mRS)); in testSetElementAt()
770 Type.Builder b = new Type.Builder(mRS, Element.I32(mRS)); in testSetElementAt2D()
DSingleSourceForEachTest.java44 Type.Builder i32TypeBuilder = new Type.Builder(mRS, Element.I32(mRS)); in setUp()
DElementTest.java87 assertTrue(Element.I32(mRS) != null); in testPrebuiltElements()
202 Element[] I32 = { Element.I32(mRS) }; in testIsCompatible() local
249 F64, I16, I32, I64, I8, in testIsCompatible()
304 eb.add(Element.I32(mRS), "I32", arraySize); in testElementBuilder()
374 assertFalse(Element.I32(mRS).isComplex()); in testIsComplex()
DAtomicTest.java32 mSrc = Allocation.createTyped(mRS, Type.createXY(mRS, Element.I32(mRS), sz, sz)); in initS()
33 mReturn = Allocation.createSized(mRS, Element.I32(mRS), 1); in initS()
DScriptGroupTest.java201 Type connect = new Type.Builder(mRS, Element.I32(mRS)).setX(bDimX).create(); in testScriptGroupTorture()
202 Type compareType = new Type.Builder(mRS, Element.I32(mRS)).create(); in testScriptGroupTorture()
276 Type i32 = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create(); in testScriptGroupSharedGlobal()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_object.cpp50 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum); in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement()
78 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum); in Java_android_cts_rscpp_RSObjectTest_testClearObjectType()
105 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation()
106 sp<Allocation> mIn = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation()
136 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum); in Java_android_cts_rscpp_RSObjectTest_testClearObjectSampler()
165 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum); in Java_android_cts_rscpp_RSObjectTest_testClearObjectScript()
Drs_jni_script.cpp59 sp<const Type> t = Type::create(mRS, Element::I32(mRS), 8, 0, 0); in Java_android_cts_rscpp_RSScriptTest_testSet()
99 sp<const Type> t = Type::create(mRS, Element::I32(mRS), 1, 0, 0); in Java_android_cts_rscpp_RSScriptTest_testInstance()
Drs_jni_element.cpp122 passed &= (Element::I32(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements()
179 sp<const Element> I32 = Element::I32(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local
204 F32_3, F32_4, F64, I16, I32, I64, I8, in Java_android_cts_rscpp_RSElementTest_testIsCompatible()
258 eb->add(Element::I32(mRS), "I32", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
Drs_jni_foreach.cpp115 t = Type::create(mRS, Element::I32(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
297 sp<const Type> t = Type::create(mRS, Element::I32(mRS), X, Y, 0); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach()
331 sp<const Type> t = Type::create(mRS, Element::I32(mRS), X, Y, 0); in Java_android_cts_rscpp_RSForEachTest_testNoRoot()
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DLeakTest.java62 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(x).create(); in testForLeaks()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBaseRenderScriptComparer.java68 Allocation inputAllocation = Allocation.createSized(renderScript, Element.I32(renderScript), in createInputRowIndexAllocation()

12