Home
last modified time | relevance | path

Searched refs:F32_2 (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java82 … mMatrixC.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), x, y))); in setUp()
132 if (e.isCompatible(Element.F32(mRS)) || e.isCompatible(Element.F32_2(mRS))) { in verifyMatrix()
255 } else if (elemA.isCompatible(Element.F32_2(mRS))) { in xGEMV_API_test()
430 …Allocation matrixAC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L2_CGEMV_Correctness()
431 …Allocation vectorXC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L2_CGEMV_Correctness()
432 …Allocation vectorYC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L2_CGEMV_Correctness()
439 …Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASDa… in test_L2_CGEMV_Correctness()
449 … vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dN, 1)); in test_L2_CGEMV_Correctness()
465 vectorXC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), dimX, 1)); in test_L2_CGEMV_Correctness()
466 vectorYC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), dimY, 1)); in test_L2_CGEMV_Correctness()
[all …]
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_element.cpp107 passed &= (Element::F32_2(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements()
174 sp<const Element> F32_2 = Element::F32_2(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local
203 sp<const Element> ElementArrs[] = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2, in Java_android_cts_rscpp_RSElementTest_testIsCompatible()
243 eb->add(Element::F32_2(mRS), "F32_2", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
Drs_jni_foreach.cpp186 t = Type::create(mRS, Element::F32_2(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
188 t = Type::create(mRS, Element::F32_2(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
Drs_jni_type.cpp77 passed &= testTypeBuilderHelper(mRS, Element::F32_2(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
Drs_jni_allocation.cpp72 createTypedHelper(rs, Element::F32_2(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DElementTest.java72 assertTrue(Element.F32_2(mRS) != null); in testPrebuiltElements()
194 Element[] F32_2 = { Element.F32_2(mRS), in testIsCompatible() local
248 F32, F32_2, F32_3, F32_4, in testIsCompatible()
289 eb.add(Element.F32_2(mRS), "F32_2", arraySize); in testElementBuilder()
359 assertFalse(Element.F32_2(mRS).isComplex()); in testIsComplex()
DTypeTest.java54 testTypeBuilderHelper(Element.F32_2(mRS)); in testTypeBuilder()
DForEachTest.java335 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach()
337 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach()
DKernelTest.java335 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach()
337 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach()
DKernelInputTest.java222 Allocation ain = Allocation.createSized(mRS, Element.F32_2(mRS), 1); in testInputNotModified_float2()
223 Allocation tmp = Allocation.createSized(mRS, Element.F32_2(mRS), 1); in testInputNotModified_float2()
DAllocationTest.java124 createTypedHelper(Element.F32_2(mRS)); in testCreateTyped()
167 createSizedHelper(Element.F32_2(mRS)); in testCreateSized()
DGetSetTest.java968 testSetup(Element.F32_2(mRS)); in testGetSet_float2()