Lines Matching refs:firstQuery
4107 …ks::PreCallValidateGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, in PreCallValidateGetQueryPoolResults() argument
4125 …rdGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryC… in PostCallRecordGetQueryPoolResults() argument
4141 QueryObject query = {queryPool, firstQuery + i}; in PostCallRecordGetQueryPoolResults()
8742 …alidateCmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, in PreCallValidateCmdResetQueryPool() argument
8754 …lRecordCmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, in PostCallRecordCmdResetQueryPool() argument
8759 QueryObject query = {queryPool, firstQuery + i}; in PostCallRecordCmdResetQueryPool()
8780 …ecks::ValidateQuery(VkQueue queue, GLOBAL_CB_NODE *pCB, VkQueryPool queryPool, uint32_t firstQuery, in ValidateQuery() argument
8787 if (IsQueryInvalid(dev_data, queue_data, queryPool, firstQuery + i)) { in ValidateQuery()
8791 dev_data->report_data->FormatHandle(queryPool).c_str(), firstQuery + i); in ValidateQuery()
8797 …eCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, in PreCallValidateCmdCopyQueryPoolResults() argument
8819 …dCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, in PostCallRecordCmdCopyQueryPoolResults() argument
8826 …ace_back([=](VkQueue q) { return ValidateQuery(q, cb_state, queryPool, firstQuery, queryCount); }); in PostCallRecordCmdCopyQueryPoolResults()