Searched refs:lastCompletedSerial (Results 1 – 3 of 3) 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()168 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() argument170 return mUse.usedInRunningCommands(lastCompletedSerial); in usedInRunningCommands()174 bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() argument176 return mUse.isCurrentlyInUse(lastCompletedSerial); in isCurrentlyInUse()
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()
1796 Serial lastCompletedSerial = getLastCompletedQueueSerial(); in checkCompletedGpuEvents() local1801 if (eventQuery.queryHelper.getStoredQueueSerial() > lastCompletedSerial) in checkCompletedGpuEvents()