Searched refs:F32_2 (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 82 … 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/ |
D | rs_jni_element.cpp | 107 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()
|
D | rs_jni_foreach.cpp | 186 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()
|
D | rs_jni_type.cpp | 77 passed &= testTypeBuilderHelper(mRS, Element::F32_2(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_allocation.cpp | 72 createTypedHelper(rs, Element::F32_2(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 72 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()
|
D | TypeTest.java | 54 testTypeBuilderHelper(Element.F32_2(mRS)); in testTypeBuilder()
|
D | ForEachTest.java | 301 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach() 303 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach()
|
D | KernelTest.java | 301 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach() 303 t = new Type.Builder(mRS, Element.F32_2(mRS)).setX(x).create(); in testForEach()
|
D | KernelInputTest.java | 186 Allocation ain = Allocation.createSized(mRS, Element.F32_2(mRS), 1); in testInputNotModified_float2() 187 Allocation tmp = Allocation.createSized(mRS, Element.F32_2(mRS), 1); in testInputNotModified_float2()
|
D | AllocationTest.java | 123 createTypedHelper(Element.F32_2(mRS)); in testCreateTyped() 166 createSizedHelper(Element.F32_2(mRS)); in testCreateSized()
|
D | GetSetTest.java | 942 testSetup(Element.F32_2(mRS)); in testGetSet_float2()
|