Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DResourceVk.h89 ANGLE_INLINE bool usedInRecordedCommands() const in usedInRecordedCommands() function
103 return usedInRecordedCommands() || usedInRunningCommands(lastCompletedSerial); in isCurrentlyInUse()
169 bool usedInRecordedCommands() const { return mUse.usedInRecordedCommands(); } in usedInRecordedCommands() function
DQueryVk.cpp437 if (mQueryHelper.get().usedInRecordedCommands()) in isUsedInRecordedCommands()
444 if (query.get().usedInRecordedCommands()) in isUsedInRecordedCommands()
525 ASSERT(!mQueryHelperTimeElapsedBegin.usedInRecordedCommands()); in getResult()
526 ASSERT(!mQueryHelper.get().usedInRecordedCommands()); in getResult()
DResourceVk.cpp42 if (usedInRecordedCommands()) in waitForIdle()
DSyncVk.cpp144 if (flushCommands || usedInRecordedCommands()) in clientWait()
DContextVk.cpp4863 if (!driverUniforms->descriptorPoolBinding.get().usedInRecordedCommands()) in handleDirtyDriverUniformsBindingImpl()