Searched refs:reduction (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp83 const bcinfo::MetadataExtractor::Reduce &reduction = reductions[i]; local
84 pushExpanded(reduction.mAccumulatorName);
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_reduce.java475 private boolean findMinAbs(RenderScript RS, float[] inputArray, String testName, ReduceFindMinAbs reduction) { argument
489 final float rsResult = reduction.run(inputAllocation);
637 int matSize, Element matElement, ReduceFindMinMat reduction) {
656 final float[] rsResult = reduction.run(inputAllocation);
1038 // reduction with multiple inputs) may want multiple seeds; it
636 findMinMat(RenderScript RS, int seed, int[] inputSize, int matSize, Element matElement, ReduceFindMinMat reduction) argument

Completed in 121 milliseconds