Home
last modified time | relevance | path

Searched refs:size0 (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java1181 final int size0 = 1 + r.nextInt(1 << i); in runCorrectness2D() local
1182 final int size1 = 1 + r.nextInt(maxSize / size0); in runCorrectness2D()
1184 testSizesList.add(new int[]{size0, size1}); in runCorrectness2D()
1185 testSizesList.add(new int[]{size1, size0}); in runCorrectness2D()
1258 final int size0 = 1 + r.nextInt(1 << i); in runCorrectness3D() local
1259 final int size1 = 1 + r.nextInt(Math.min(1 << j, maxSize / size0)); in runCorrectness3D()
1260 final int size2 = 1 + r.nextInt(maxSize / (size0*size1)); in runCorrectness3D()
1262 testSizesList.add(new int[]{size0, size1, size2}); in runCorrectness3D()
1263 testSizesList.add(new int[]{size0, size2, size1}); in runCorrectness3D()
1264 testSizesList.add(new int[]{size1, size0, size2}); in runCorrectness3D()
[all …]