Searched defs:inputAllocation (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_reduce_backward.java | 111 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local 180 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local 205 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local 223 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
|
D | UT_reduce.java | 111 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local 180 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local 205 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local 223 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_reduce_backward.java | 121 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local 196 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local 221 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local 239 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
|
D | UT_reduce.java | 267 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length); in addint1D() local 300 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local 334 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint3D() local 467 Allocation inputAllocation = Allocation.createSized(RS, Element.F32(RS), inputArray.length); in findMinAndMax() local 525 Allocation inputAllocation = Allocation.createSized(RS, matElement, length); in findMinMat() local 590 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length); in fz() local 633 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local 680 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local 708 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local 751 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
|