Searched refs:F16_2 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 187 Element[] F16_2 = { Element.F16_2(mRS), in testIsCompatible() local 247 F16, F16_2, F16_3, F16_4, in testIsCompatible() 285 eb.add(Element.F16_2(mRS), "F16_2", arraySize); in testElementBuilder() 355 assertFalse(Element.F16_2(mRS).isComplex()); in testIsComplex()
|
D | ReduceTest.java | 242 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 1); in findMinAndMaxHalf() 278 …Allocation inputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), inputArray.length / 2… in findMinAndMaxHalf2() 281 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 2); in findMinAndMaxHalf2()
|
D | AllocationTest.java | 119 createTypedHelper(Element.F16_2(mRS)); in testCreateTyped() 162 createSizedHelper(Element.F16_2(mRS)); in testCreateSized()
|