Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DResourceVk.h95 ANGLE_INLINE bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() function
103 return usedInRecordedCommands() || usedInRunningCommands(lastCompletedSerial); in isCurrentlyInUse()
172 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() function
174 return mUse.usedInRunningCommands(lastCompletedSerial); in usedInRunningCommands()
DResourceVk.cpp48 if (usedInRunningCommands(contextVk->getLastCompletedQueueSerial())) in waitForIdle()
DQueryVk.cpp477 if (mQueryHelper.get().usedInRunningCommands(lastCompletedSerial)) in finishRunningCommands()
485 if (query.get().usedInRunningCommands(lastCompletedSerial)) in finishRunningCommands()
DContextVk.cpp2427 if (eventQuery.queryHelper.usedInRunningCommands(lastCompletedSerial)) in checkCompletedGpuEvents()