Searched refs:lastCompletedSerial (Results 1 – 6 of 6) sorted by relevance
95 ANGLE_INLINE bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() argument98 return mUse->serial > lastCompletedSerial; in usedInRunningCommands()101 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() argument103 return usedInRecordedCommands() || usedInRunningCommands(lastCompletedSerial); in isCurrentlyInUse()172 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() argument174 return mUse.usedInRunningCommands(lastCompletedSerial); in usedInRunningCommands()178 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() argument180 return mUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()
453 bool QueryVk::isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse()457 if (mQueryHelper.get().isCurrentlyInUse(lastCompletedSerial)) in isCurrentlyInUse()464 if (query.get().isCurrentlyInUse(lastCompletedSerial)) in isCurrentlyInUse()475 Serial lastCompletedSerial = contextVk->getLastCompletedQueueSerial(); in finishRunningCommands() local477 if (mQueryHelper.get().usedInRunningCommands(lastCompletedSerial)) in finishRunningCommands()480 lastCompletedSerial = contextVk->getLastCompletedQueueSerial(); in finishRunningCommands()485 if (query.get().usedInRunningCommands(lastCompletedSerial)) in finishRunningCommands()488 lastCompletedSerial = contextVk->getLastCompletedQueueSerial(); in finishRunningCommands()
362 ANGLE_INLINE bool hasRunningCommands(Serial lastCompletedSerial) const in hasRunningCommands() argument365 return mUse->serial > lastCompletedSerial; in hasRunningCommands()368 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() argument370 return hasRecordedCommands() || hasRunningCommands(lastCompletedSerial); in isCurrentlyInUse()444 bool hasRunningCommands(Serial lastCompletedSerial) const in hasRunningCommands() argument446 return mUse.hasRunningCommands(lastCompletedSerial); in hasRunningCommands()450 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() argument452 return mUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()
53 bool isCurrentlyInUse(Serial lastCompletedSerial) const;
2422 Serial lastCompletedSerial = getLastCompletedQueueSerial(); in checkCompletedGpuEvents() local2427 if (eventQuery.queryHelper.usedInRunningCommands(lastCompletedSerial)) in checkCompletedGpuEvents()
2534 Serial lastCompletedSerial = contextVk->getLastCompletedQueueSerial(); in allocateNewPool() local2538 !mDescriptorPools[poolIndex]->get().isCurrentlyInUse(lastCompletedSerial)) in allocateNewPool()