Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java903 private static final int maxSeedsPerTest = 10; field in UT_reduce
1013 pass &= run(td, RS, s, maxSeedsPerTest * td.seed, td.defSize); in runCorrectnessQuick()
1028 private static final int seedsPerTestDescriptionCorrectness1D = 1 + (3+5*32)*maxSeedsPerTest;
1039 private static final int seedsPerTestDescriptionCorrectness2D = 1 + (11*1089)*maxSeedsPerTest;
1049 private static final int seedsPerTestDescriptionCorrectness3D = 1 + (28*35937)*maxSeedsPerTest;
1133 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness1D()
1205 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness2D()
1302 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness3D()
1326 pass &= run(td, RS, s, maxSeedsPerTest * td.seed, td.defSize); in runPerformanceQuick()