Searched refs:histogramBucketCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_reduce_backward.java | 220 private static final int histogramBucketCount = 256; field in UT_reduce_backward 226 … Allocation outputAllocation = Allocation.createSized(RS, Element.U32(RS), histogramBucketCount); in histogram() 232 int[] outputArrayMistyped = new int[histogramBucketCount]; in histogram() 235 long[] outputArray = new long[histogramBucketCount]; in histogram() 236 for (int i = 0; i < histogramBucketCount; ++i) in histogram() 245 …_ASSERT("javaRslt unexpected length: " + javaRslt.length, javaRslt.length == histogramBucketCount); in histogram() 247 … _RS_ASSERT("rsRslt unexpected length: " + rsRslt.length, rsRslt.length == histogramBucketCount); in histogram() 249 for (int i = 0; i < histogramBucketCount; ++i) { in histogram()
|
D | UT_reduce.java | 220 private static final int histogramBucketCount = 256; field in UT_reduce 226 … Allocation outputAllocation = Allocation.createSized(RS, Element.U32(RS), histogramBucketCount); in histogram() 232 int[] outputArrayMistyped = new int[histogramBucketCount]; in histogram() 235 long[] outputArray = new long[histogramBucketCount]; in histogram() 236 for (int i = 0; i < histogramBucketCount; ++i) in histogram() 245 …_ASSERT("javaRslt unexpected length: " + javaRslt.length, javaRslt.length == histogramBucketCount); in histogram() 247 … _RS_ASSERT("rsRslt unexpected length: " + rsRslt.length, rsRslt.length == histogramBucketCount); in histogram() 249 for (int i = 0; i < histogramBucketCount; ++i) { in histogram()
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_reduce_backward.java | 236 private static final int histogramBucketCount = 256; field in UT_reduce_backward 242 … Allocation outputAllocation = Allocation.createSized(RS, Element.U32(RS), histogramBucketCount); in histogram() 248 int[] outputArrayMistyped = new int[histogramBucketCount]; in histogram() 251 long[] outputArray = new long[histogramBucketCount]; in histogram() 252 for (int i = 0; i < histogramBucketCount; ++i) in histogram() 261 …_ASSERT("javaRslt unexpected length: " + javaRslt.length, javaRslt.length == histogramBucketCount); in histogram() 263 … _RS_ASSERT("rsRslt unexpected length: " + rsRslt.length, rsRslt.length == histogramBucketCount); in histogram() 265 for (int i = 0; i < histogramBucketCount; ++i) { in histogram()
|
D | UT_reduce.java | 705 private static final int histogramBucketCount = 256; field in UT_reduce 711 … Allocation outputAllocation = Allocation.createSized(RS, Element.U32(RS), histogramBucketCount); in histogram() 717 int[] outputArrayMistyped = new int[histogramBucketCount]; in histogram() 720 long[] outputArray = new long[histogramBucketCount]; in histogram() 721 for (int i = 0; i < histogramBucketCount; ++i) in histogram() 734 assertEquals("javaRslt length", histogramBucketCount, javaRslt.length); in histogram_array() 736 assertEquals("rsRslt length", histogramBucketCount, rsRslt.length); in histogram_array() 747 assertEquals("javaRslt length", histogramBucketCount, javaRslt.length); in histogram() 760 assertEquals("rsRslt length", histogramBucketCount, rsRslt.length); in histogram() 784 assertEquals("javaRslt length", histogramBucketCount, javaRslt.length); in patternRedundantGet() [all …]
|