Searched refs:finishedCount (Results 1 – 3 of 3) sorted by relevance
801 int finishedCount = 0; in checkCompletedCommands() local811 ++finishedCount; in checkCompletedCommands()814 if (finishedCount == 0) in checkCompletedCommands()819 return retireFinishedCommands(context, finishedCount); in checkCompletedCommands()822 angle::Result CommandQueue::retireFinishedCommands(Context *context, size_t finishedCount) in retireFinishedCommands() argument824 ASSERT(finishedCount > 0); in retireFinishedCommands()829 for (size_t commandIndex = 0; commandIndex < finishedCount; ++commandIndex) in retireFinishedCommands()841 if (finishedCount > 0) in retireFinishedCommands()844 mInFlightCommands.erase(beginIter, beginIter + finishedCount); in retireFinishedCommands()957 size_t finishedCount = 0; in finishToSerial() local[all …]
382 angle::Result retireFinishedCommands(Context *context, size_t finishedCount);
2420 int finishedCount = 0; in checkCompletedGpuEvents() local2452 ++finishedCount; in checkCompletedGpuEvents()2456 mInFlightGpuEventQueries.begin() + finishedCount); in checkCompletedGpuEvents()