Searched defs:commandPoolMap (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp146 unordered_map<VkCommandPool, COMMAND_POOL_NODE> commandPoolMap; member in struct:core_validation::layer_data
376 auto it = dev_data->commandPoolMap.find(pool);
377 if (it == dev_data->commandPoolMap.end()) {
6169 // Remove commandBuffer reference from commandPoolMap
6187 dev_data->commandPoolMap[*pCommandPool].createFlags = pCreateInfo->flags;
6188 dev_data->commandPoolMap[*pCommandPool].queueFamilyIndex = pCreateInfo->queueFamilyIndex;
6237 dev_data->commandPoolMap.erase(pool);

Completed in 175 milliseconds