Searched refs:testSizesList (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_reduce.java | 1156 ArrayList<int[]> testSizesList = new ArrayList<int[]>(); in runCorrectness2D() local 1171 testSizesList.add(new int[]{iSize, jSize}); in runCorrectness2D() 1184 testSizesList.add(new int[]{size0, size1}); in runCorrectness2D() 1185 testSizesList.add(new int[]{size1, size0}); in runCorrectness2D() 1189 int[][] testSizes = testSizesList.toArray(new int[0][]); in runCorrectness2D() 1227 ArrayList<int[]> testSizesList = new ArrayList<int[]>(); in runCorrectness3D() local 1246 testSizesList.add(new int[]{iSize, jSize, kSize}); 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 …]
|