Searched refs:batchIndex (Results 1 – 2 of 2) sorted by relevance
1086 size_t batchIndex = 0; in waitForSerialWithUserTimeout() local1087 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()
925 for (int batchIndex = 0; batchIndex < batchesForConfig; ++batchIndex) in BatchTests() local928 for (size_t testIndex = batchIndex; testIndex < configTests.size(); in BatchTests()