Home
last modified time | relevance | path

Searched defs:inputAllocation (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/frameworks/rs/toolkit/test/
H A DIntrinsicHistogram.kt45 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicHistogram() constant
79 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicHistogram() constant
121 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicHistogramDot() constant
164 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicHistogramDot() constant
H A DIntrinsicBlur.kt52 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlur() constant
85 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicBlur() constant
H A DIntrinsicLut.kt51 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut() constant
92 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicLut() constant
H A DIntrinsicConvolve.kt46 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicConvolve() constant
76 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicConvolve() constant
H A DIntrinsicResize.kt48 val inputAllocation = Allocation.createTyped(context, inputArrayType) in intrinsicResize() constant
84 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicResize() constant
H A DIntrinsicLut3d.kt49 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut3d() constant
92 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicLut3d() constant
H A DIntrinsicColorMatrix.kt54 val inputAllocation = Allocation.createTyped(context, inputArrayType) in intrinsicColorMatrix() constant
119 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicColorMatrix() constant
H A DIntrinsicYuvToRgb.kt50 val inputAllocation = Allocation.createTyped(context, inputArrayType) in intrinsicYuvToRgb() constant
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
H A DIntrinsicHistogram.kt45 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicHistogram() constant
79 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicHistogram() constant
121 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicHistogramDot() constant
164 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicHistogramDot() constant
H A DIntrinsicBlur.kt52 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlur() constant
85 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicBlur() constant
H A DIntrinsicLut.kt51 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut() constant
92 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicLut() constant
H A DIntrinsicResize.kt48 val inputAllocation = Allocation.createTyped(context, inputArrayType) in intrinsicResize() constant
84 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicResize() constant
H A DIntrinsicConvolve.kt46 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicConvolve() constant
76 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicConvolve() constant
H A DIntrinsicLut3d.kt49 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut3d() constant
92 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicLut3d() constant
H A DIntrinsicColorMatrix.kt54 val inputAllocation = Allocation.createTyped(context, inputArrayType) in intrinsicColorMatrix() constant
119 val inputAllocation = Allocation.createFromBitmap(context, bitmap) in intrinsicColorMatrix() constant
H A DIntrinsicYuvToRgb.kt50 val inputAllocation = Allocation.createTyped(context, inputArrayType) in intrinsicYuvToRgb() constant
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DReduceTest.java196 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testAddInt2D() local
247 … Allocation inputAllocation = Allocation.createSized(mRS, Element.F16(mRS), inputArray.length); in findMinAndMaxHalf() local
286 …Allocation inputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), inputArray.length / 2… in findMinAndMaxHalf2() local
330 Allocation inputAllocation = Allocation.createSized(mRS, Element.MATRIX_2X2(mRS), length); in testFindMinMat() local
362 Allocation inputAllocation = Allocation.createSized(mRS, Element.MATRIX_2X2(mRS), length); in testFindMinAndMaxMat() local
397 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testFz2() local
420 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testFz3() local
436 … Allocation inputAllocation = Allocation.createSized(mRS, Element.U8(mRS), inputArray.length); in histogram() local
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce.java307 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length); in addint1D() local
340 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local
374 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint3D() local
484 Allocation inputAllocation = Allocation.createSized(RS, Element.F32(RS), inputArray.length); in findMinAbs() local
573 Allocation inputAllocation = Allocation.createSized(RS, Element.F32(RS), inputArray.length); in findMinAndMax() local
651 Allocation inputAllocation = Allocation.createSized(RS, matElement, length); in findMinMat() local
716 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length); in fz() local
759 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local
806 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local
834 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
[all …]
H A DUT_reduce_backward.java129 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local
204 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local
229 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local
247 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
H A DUT_reflection3264.java65 Allocation inputAllocation = Allocation.createTyped(pRS, typeBuilder.create()); in run() local
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce.java305 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length); in addint1D() local
338 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local
372 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint3D() local
482 Allocation inputAllocation = Allocation.createSized(RS, Element.F32(RS), inputArray.length); in findMinAbs() local
571 Allocation inputAllocation = Allocation.createSized(RS, Element.F32(RS), inputArray.length); in findMinAndMax() local
649 Allocation inputAllocation = Allocation.createSized(RS, matElement, length); in findMinMat() local
714 Allocation inputAllocation = Allocation.createSized(RS, Element.I32(RS), inputArray.length); in fz() local
757 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local
804 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local
832 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
[all …]
H A DUT_reduce_backward.java127 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in addint2D() local
202 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz2() local
227 Allocation inputAllocation = Allocation.createTyped(RS, typeBuilder.create()); in fz3() local
245 Allocation inputAllocation = Allocation.createSized(RS, Element.U8(RS), inputArray.length); in histogram() local
H A DUT_reflection3264.java63 Allocation inputAllocation = Allocation.createTyped(pRS, typeBuilder.create()); in run() local