Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp130 unordered_map<VkCommandPool, CMD_POOL_INFO> commandPoolMap; member
304 my_data->commandPoolMap[commandPool].commandBuffers.remove(cb); in delete_cmd_buf_info()
4351 auto pool_data = my_data->commandPoolMap.find(pCB->createInfo.commandPool); in addCmd()
4352 if (pool_data != my_data->commandPoolMap.end()) { in addCmd()
6070 dev_data->commandPoolMap[commandPool].commandBuffers.remove(pCommandBuffers[i]); in vkFreeCommandBuffers()
6090 dev_data->commandPoolMap[*pCommandPool].createFlags = pCreateInfo->flags; in vkCreateCommandPool()
6091 dev_data->commandPoolMap[*pCommandPool].queueFamilyIndex = pCreateInfo->queueFamilyIndex; in vkCreateCommandPool()
6112 auto pool_data = dev_data->commandPoolMap.find(commandPool); in validateCommandBuffersNotInUse()
6113 if (pool_data != dev_data->commandPoolMap.end()) { in validateCommandBuffersNotInUse()
6137 for (auto it = dev_data->commandPoolMap[commandPool].commandBuffers.begin(); in vkDestroyCommandPool()
[all …]