Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp538 ASSERT(!IsRenderPassQuery(contextVk, mType) || mQueryHelper.get().hasSubmittedCommands()); in getResult()
Dvk_helpers.h763 bool hasSubmittedCommands() const;
Dvk_helpers.cpp5283 bool QueryHelper::hasSubmittedCommands() const in hasSubmittedCommands() function in rx::vk::QueryHelper
5297 if (hasSubmittedCommands()) in getUint64ResultNonBlocking()
5324 if (hasSubmittedCommands()) in getUint64Result()