Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp734 int batchesForConfig = static_cast<int>(configTests.size() + batchSize - 1) / batchSize; in BatchTests() local
737 for (int batchIndex = 0; batchIndex < batchesForConfig; ++batchIndex) in BatchTests()
741 testIndex += batchesForConfig) in BatchTests()