Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
217 bool usedInRecordedCommands() const { return mReadOnlyUse.usedInRecordedCommands(); } in usedInRecordedCommands() function
DResourceVk.cpp32 if (resource->usedInRecordedCommands()) in WaitForIdle()
108 ASSERT(!mReadOnlyUse.usedInRecordedCommands()); in finishRunningCommands()
114 ASSERT(!mReadWriteUse.usedInRecordedCommands()); in finishGPUWriteCommands()
DQueryVk.cpp438 if (mQueryHelper.get().usedInRecordedCommands()) in isUsedInRecordedCommands()
445 if (query.get().usedInRecordedCommands()) in isUsedInRecordedCommands()
526 ASSERT(!mQueryHelperTimeElapsedBegin.usedInRecordedCommands()); in getResult()
527 ASSERT(!mQueryHelper.get().usedInRecordedCommands()); in getResult()
DSyncVk.cpp126 ASSERT(mUse.getSerial().valid() && !usedInRecordedCommands()); in clientWait()
156 ASSERT(mUse.getSerial().valid() && !usedInRecordedCommands()); in getStatus()
DBufferVk.cpp727 if (mBuffer->usedInRecordedCommands()) in mapRangeImpl()
DContextVk.cpp5151 if (!driverUniforms->descriptorPoolBinding.get().usedInRecordedCommands()) in handleDirtyDriverUniformsBindingImpl()