Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp156 unordered_map<VkQueryPool, QUERY_POOL_NODE> queryPoolMap; member
352 auto it = dev_data->queryPoolMap.find(query_pool); in getQueryPoolNode()
353 if (it == dev_data->queryPoolMap.end()) { in getQueryPoolNode()
5479 dev_data->queryPoolMap.erase(queryPool); in DestroyQueryPool()
6200 QUERY_POOL_NODE *qp_node = &dev_data->queryPoolMap[*pQueryPool]; in CreateQueryPool()
10734 auto queryPoolData = dev_data->queryPoolMap.find(queryObject.pool); in validateSecondaryCommandBufferState()
10735 if (queryPoolData != dev_data->queryPoolMap.end()) { in validateSecondaryCommandBufferState()
10753 auto queryPoolData = dev_data->queryPoolMap.find(queryObject.pool); in validateSecondaryCommandBufferState()
10754 …if (queryPoolData != dev_data->queryPoolMap.end() && activeTypes.count(queryPoolData->second.creat… in validateSecondaryCommandBufferState()