Home
last modified time | relevance | path

Searched refs:hasRecordedCommands (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.h356 ANGLE_INLINE bool hasRecordedCommands() const in hasRecordedCommands() function
370 return hasRecordedCommands() || hasRunningCommands(lastCompletedSerial); in isCurrentlyInUse()
441 bool hasRecordedCommands() const { return mUse.hasRecordedCommands(); } in hasRecordedCommands() function
686 if (!mUse.hasRecordedCommands()) in updateCurrentAccessNodes()
DContextVk.h907 bool hasRecordedCommands();
DContextVk.cpp2267 ASSERT(!hasRecordedCommands()); in synchronizeCpuGpuTime()
5239 bool ContextVk::hasRecordedCommands() in hasRecordedCommands() function in rx::ContextVk