Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp146 unordered_map<VkCommandPool, COMMAND_POOL_NODE> commandPoolMap; member
376 auto it = dev_data->commandPoolMap.find(pool); in getCommandPoolNode()
377 if (it == dev_data->commandPoolMap.end()) { in getCommandPoolNode()
6187 dev_data->commandPoolMap[*pCommandPool].createFlags = pCreateInfo->flags; in CreateCommandPool()
6188 dev_data->commandPoolMap[*pCommandPool].queueFamilyIndex = pCreateInfo->queueFamilyIndex; in CreateCommandPool()
6237 dev_data->commandPoolMap.erase(pool); in PostCallRecordDestroyCommandPool()