Searched refs:reduction (Results 1 – 17 of 17) sorted by relevance
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/ |
D | stderr.txt.expect | 1 reflection3264_reduce_mismatch.rscript:37:12: error: reduction kernel 'cc' has result type 'uint' f… 2 reflection3264_reduce_mismatch.rscript:37:12: error: 2nd input of reduction kernel 'cc' has type 'u… 3 reflection3264_reduce_mismatch.rscript:37:12: error: 4th input of reduction kernel 'cc' has type 'u… 4 reflection3264_reduce_mismatch.rscript:43:12: error: reduction kernel 'dd' has 2 inputs for 32-bit … 5 reflection3264_reduce_mismatch.rscript:52:12: error: reduction kernel 'ee' is reflected in Java onl… 6 reflection3264_reduce_mismatch.rscript:52:12: error: reduction kernel 'ee' has result type 'int' fo… 7 reflection3264_reduce_mismatch.rscript:52:12: error: 2nd input of reduction kernel 'ee' has type 'u… 8 reflection3264_reduce_mismatch.rscript:53:12: error: reduction kernel 'ff' is reflected in Java onl… 9 reflection3264_reduce_mismatch.rscript:53:12: error: reduction kernel 'ff' has result type 'struct … 10 reflection3264_reduce_mismatch.rscript:53:12: error: reduction kernel 'ff' has 3 inputs for 32-bit … [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/ |
D | stderr.txt.expect | 1 reflection3264_reduce_extra64.rscript:10:12: error: reduction kernel 'cc' is only present for 64-bi… 2 reflection3264_reduce_extra64.rscript:11:12: error: reduction kernel 'dd' is only present for 64-bi…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'cc' is only present for 32… 2 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'dd' is only present for 32…
|
/frameworks/compile/slang/tests/F_reduce_general_wrong_api/ |
D | stderr.txt.expect | 1 reduce_general_wrong_api.rscript:5:12: error: reduction kernels are not supported in SDK levels 11-…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_noexp/ |
D | stderr.txt.expect | 1 reflection3264_reduce_mismatch_name_noexp.rscript:10:12: error: 1st reduction kernel is 'a32' for 3…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/ |
D | stderr.txt.expect | 1 reflection3264_reduce_mismatch_name_exp.rscript:7:12: error: 1st reduction kernel is 'a32' for 32-b…
|
/frameworks/compile/libbcc/lib/ |
D | RSAddDebugInfoPass.cpp | 83 const bcinfo::MetadataExtractor::Reduce &reduction = reductions[i]; in runOnModule() local 84 pushExpanded(reduction.mAccumulatorName); in runOnModule()
|
/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/ |
D | reduce_auto_comb.rscript | 18 * implementation for general reduction kernels.
|
D | reduce.rscript | 18 * implementation for general reduction kernels.
|
D | reduce_common.rsh | 19 // reduction kernel by the debugger
|
/frameworks/compile/slang/tests/F_reduce_general_parse/ |
D | stderr.txt.expect | 10 reduce_general_parse.rscript:15:12: error: reduction kernel 'foo' declared multiple times (first on…
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce.rscript | 323 // reduction does not support matrix result, so use array instead 352 // reduction does not support matrix result, so use array instead
|
D | UT_reduce.java | 475 …lean findMinAbs(RenderScript RS, float[] inputArray, String testName, ReduceFindMinAbs reduction) { in findMinAbs() argument 489 final float rsResult = reduction.run(inputAllocation); in findMinAbs() 637 int matSize, Element matElement, ReduceFindMinMat reduction) { in findMinMat() argument 656 final float[] rsResult = reduction.run(inputAllocation); in findMinMat()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce.rscript | 325 // reduction does not support matrix result, so use array instead 354 // reduction does not support matrix result, so use array instead
|
D | UT_reduce.java | 477 …lean findMinAbs(RenderScript RS, float[] inputArray, String testName, ReduceFindMinAbs reduction) { in findMinAbs() argument 491 final float rsResult = reduction.run(inputAllocation); in findMinAbs() 639 int matSize, Element matElement, ReduceFindMinMat reduction) { in findMinMat() argument 658 final float[] rsResult = reduction.run(inputAllocation); in findMinMat()
|
/frameworks/compile/libbcc/ |
D | README.rst | 55 portability enhancement. Launch time reduction after we
|
/frameworks/compile/slang/tests/F_reduce_general_bad_function/ |
D | reduce_general_bad_function.rscript | 5 // Various ways particular reduction consituent functions can fail semantic checks.
|