Searched refs:usedInRunningCommands (Results 1 – 4 of 4) sorted by relevance
95 ANGLE_INLINE bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() function103 return usedInRecordedCommands() || usedInRunningCommands(lastCompletedSerial); in isCurrentlyInUse()172 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() function174 return mUse.usedInRunningCommands(lastCompletedSerial); in usedInRunningCommands()
48 if (usedInRunningCommands(contextVk->getLastCompletedQueueSerial())) in waitForIdle()
477 if (mQueryHelper.get().usedInRunningCommands(lastCompletedSerial)) in finishRunningCommands()485 if (query.get().usedInRunningCommands(lastCompletedSerial)) in finishRunningCommands()
2427 if (eventQuery.queryHelper.usedInRunningCommands(lastCompletedSerial)) in checkCompletedGpuEvents()