Searched refs:queryUpdate (Results 1 – 1 of 1) sorted by relevance
9220 …std::function<bool(VkQueue)> queryUpdate = std::bind(setQueryState, std::placeholders::_1, command… in CmdEndQuery() local9221 pCB->queryUpdates.push_back(queryUpdate); in CmdEndQuery()9245 …std::function<bool(VkQueue)> queryUpdate = std::bind(setQueryState, std::placeholders::_1, command… in CmdResetQueryPool() local9246 pCB->queryUpdates.push_back(queryUpdate); in CmdResetQueryPool()9317 std::function<bool(VkQueue)> queryUpdate = in CmdCopyQueryPoolResults() local9319 cb_node->queryUpdates.push_back(queryUpdate); in CmdCopyQueryPoolResults()9436 …std::function<bool(VkQueue)> queryUpdate = std::bind(setQueryState, std::placeholders::_1, command… in CmdWriteTimestamp() local9437 pCB->queryUpdates.push_back(queryUpdate); in CmdWriteTimestamp()