Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1086 size_t batchIndex = 0; in waitForSerialWithUserTimeout() local
1087 while (batchIndex != mInFlightCommands.size() && mInFlightCommands[batchIndex].serial < serial) in waitForSerialWithUserTimeout()
1089 batchIndex++; in waitForSerialWithUserTimeout()
1093 if (batchIndex >= mInFlightCommands.size()) in waitForSerialWithUserTimeout()
1100 ASSERT(serial == mInFlightCommands[batchIndex].serial); in waitForSerialWithUserTimeout()
1102 vk::Fence &fence = mInFlightCommands[batchIndex].fence.get(); in waitForSerialWithUserTimeout()
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp925 for (int batchIndex = 0; batchIndex < batchesForConfig; ++batchIndex) in BatchTests() local
928 for (size_t testIndex = batchIndex; testIndex < configTests.size(); in BatchTests()