Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9220 …std::function<bool(VkQueue)> queryUpdate = std::bind(setQueryState, std::placeholders::_1, command… in CmdEndQuery() local
9221 pCB->queryUpdates.push_back(queryUpdate); in CmdEndQuery()
9245 …std::function<bool(VkQueue)> queryUpdate = std::bind(setQueryState, std::placeholders::_1, command… in CmdResetQueryPool() local
9246 pCB->queryUpdates.push_back(queryUpdate); in CmdResetQueryPool()
9317 std::function<bool(VkQueue)> queryUpdate = in CmdCopyQueryPoolResults() local
9319 cb_node->queryUpdates.push_back(queryUpdate); in CmdCopyQueryPoolResults()
9436 …std::function<bool(VkQueue)> queryUpdate = std::bind(setQueryState, std::placeholders::_1, command… in CmdWriteTimestamp() local
9437 pCB->queryUpdates.push_back(queryUpdate); in CmdWriteTimestamp()