Searched refs:query_pool_state (Results 1 – 1 of 1) sorted by relevance
4211 const auto query_pool_state = GetQueryPoolState(queryPool); in ValidateGetQueryPoolResultsFlags() local4212 if (query_pool_state) { in ValidateGetQueryPoolResultsFlags()4213 …if ((query_pool_state->createInfo.queryType == VK_QUERY_TYPE_TIMESTAMP) && (flags & VK_QUERY_RESUL… in ValidateGetQueryPoolResultsFlags()4828 std::unique_ptr<QUERY_POOL_STATE> query_pool_state(new QUERY_POOL_STATE{}); in PostCallRecordCreateQueryPool() local4829 query_pool_state->createInfo = *pCreateInfo; in PostCallRecordCreateQueryPool()4830 queryPoolMap[*pQueryPool] = std::move(query_pool_state); in PostCallRecordCreateQueryPool()11479 auto query_pool_state = GetQueryPoolState(queryObject.pool); in ValidateSecondaryCommandBufferState() local11480 if (query_pool_state) { in ValidateSecondaryCommandBufferState()11481 if (query_pool_state->createInfo.queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS && in ValidateSecondaryCommandBufferState()11484 … if ((cmdBufStatistics & query_pool_state->createInfo.pipelineStatistics) != cmdBufStatistics) { in ValidateSecondaryCommandBufferState()[all …]