Searched refs:matSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_reduce.java618 // Both the input and the result are linearized representations of matSize*matSize matrices.
619 private float[] findMinMat(final float[] inputArray, final int matSize) { argument
620 final int matSizeSquared = matSize * matSize;
637 int matSize, Element matElement, ReduceFindMinMat reduction) {
639 final int matSizeSquared = matSize * matSize;
644 final float[] javaResult = findMinMat(inputArray, matSize);
660 result("findMinMat" + matSize,
636 findMinMat(RenderScript RS, int seed, int[] inputSize, int matSize, Element matElement, ReduceFindMinMat reduction) argument
[all...]

Completed in 57 milliseconds