Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp364 int finishedCount = 0; in checkCompletedCommands() local
381 ++finishedCount; in checkCompletedCommands()
384 if (finishedCount > 0) in checkCompletedCommands()
387 mInFlightCommands.erase(beginIter, beginIter + finishedCount); in checkCompletedCommands()
1794 int finishedCount = 0; in checkCompletedGpuEvents() local
1825 ++finishedCount; in checkCompletedGpuEvents()
1829 mInFlightGpuEventQueries.begin() + finishedCount); in checkCompletedGpuEvents()