Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.h787 bool hasRecordedCommands();
DContextVk.cpp1631 ASSERT(!hasRecordedCommands()); in synchronizeCpuGpuTime()
3697 bool ContextVk::hasRecordedCommands() in hasRecordedCommands() function in rx::ContextVk
3707 if (!hasRecordedCommands() && !hasPendingSemaphore && !mGpuEventsEnabled) in flushImpl()