Searched refs:pool_data (Results 1 – 1 of 1) sorted by relevance
4351 auto pool_data = my_data->commandPoolMap.find(pCB->createInfo.commandPool); in addCmd() local4352 if (pool_data != my_data->commandPoolMap.end()) { in addCmd()4353 …VkQueueFlags flags = my_data->physDevProperties.queue_family_properties[pool_data->second.queueFam… in addCmd()6112 auto pool_data = dev_data->commandPoolMap.find(commandPool); in validateCommandBuffersNotInUse() local6113 if (pool_data != dev_data->commandPoolMap.end()) { in validateCommandBuffersNotInUse()6114 for (auto cmdBuffer : pool_data->second.commandBuffers) { in validateCommandBuffersNotInUse()