Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DResourceVk.h89 ANGLE_INLINE bool usedInRecordedCommands() const in usedInRecordedCommands() function
103 return usedInRecordedCommands() || usedInRunningCommands(lastCompletedSerial); in isCurrentlyInUse()
165 bool usedInRecordedCommands() const { return mUse.usedInRecordedCommands(); } in usedInRecordedCommands() function
DResourceVk.cpp37 if (usedInRecordedCommands()) in waitForIdle()