Home
last modified time | relevance | path

Searched refs:reduction (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/
H A Dstderr.txt.expect1 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 …]
/aosp12/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/
H A Dstderr.txt.expect1 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…
/aosp12/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/
H A Dstderr.txt.expect1 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…
/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc343 if (reduction->IsAdd()) { in HasReductionFormat()
344 return (reduction->InputAt(0) == phi && reduction->InputAt(1) != phi) || in HasReductionFormat()
345 (reduction->InputAt(0) != phi && reduction->InputAt(1) == phi); in HasReductionFormat()
346 } else if (reduction->IsSub()) { in HasReductionFormat()
347 return (reduction->InputAt(0) == phi && reduction->InputAt(1) != phi); in HasReductionFormat()
354 if (reduction->IsVecAdd() || in GetReductionKind()
355 reduction->IsVecSub() || in GetReductionKind()
356 reduction->IsVecSADAccumulate() || in GetReductionKind()
357 reduction->IsVecDotProd()) { in GetReductionKind()
2399 HInstruction* reduction = inputs[1]; in TrySetPhiReduction() local
[all …]
H A Dloop_optimization.h207 void GenerateVecReductionPhiInputs(HPhi* phi, HInstruction* reduction);
/aosp12/frameworks/compile/slang/tests/F_reduce_general_wrong_api/
H A Dstderr.txt.expect1 reduce_general_wrong_api.rscript:5:12: error: reduction kernels are not supported in SDK levels 11-…
/aosp12/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/
H A Dstderr.txt.expect1 reflection3264_reduce_mismatch_name_exp.rscript:7:12: error: 1st reduction kernel is 'a32' for 32-b…
/aosp12/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_noexp/
H A Dstderr.txt.expect1 reflection3264_reduce_mismatch_name_noexp.rscript:10:12: error: 1st reduction kernel is 'a32' for 3…
/aosp12/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp83 const bcinfo::MetadataExtractor::Reduce &reduction = reductions[i]; in runOnModule() local
84 pushExpanded(reduction.mAccumulatorName); in runOnModule()
/aosp12/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
H A Dreduce.rscript18 * implementation for general reduction kernels.
H A Dreduce_auto_comb.rscript18 * implementation for general reduction kernels.
H A Dreduce_common.rsh19 // reduction kernel by the debugger
/aosp12/frameworks/compile/slang/tests/F_reduce_general_parse/
H A Dstderr.txt.expect10 reduce_general_parse.rscript:15:12: error: reduction kernel 'foo' declared multiple times (first on…
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dreduce.rscript323 // reduction does not support matrix result, so use array instead
352 // reduction does not support matrix result, so use array instead
H A DUT_reduce.java475 …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()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dreduce.rscript325 // reduction does not support matrix result, so use array instead
354 // reduction does not support matrix result, so use array instead
H A DUT_reduce.java477 …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()
/aosp12/frameworks/compile/libbcc/
H A DREADME.rst55 portability enhancement. Launch time reduction after we
/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_function/
H A Dreduce_general_bad_function.rscript5 // Various ways particular reduction consituent functions can fail semantic checks.
/aosp12/system/extras/ioblame/
H A DREADME7 iteratively run this tool again to measure improvements/IO reduction.
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal851 * <p>Mode of operation for the noise reduction algorithm.</p>
857 * <p>Control the amount of noise reduction
864 * <p>List of noise reduction modes for ANDROID_NOISE_REDUCTION_MODE that are supported
/aosp12/bionic/libm/
H A DNOTICE136 The argument reduction and testing for exceptional cases was
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...

12