Searched refs:command_pool_map (Results 1 – 2 of 2) sorted by relevance
305 static std::unordered_map<VkCommandBuffer, VkCommandPool> command_pool_map; variable311 VkCommandPool pool = command_pool_map[object];321 VkCommandPool pool = command_pool_map[object];328 VkCommandPool pool = command_pool_map[object]; in startReadObject()336 VkCommandPool pool = command_pool_map[object]; in finishReadObject()
315 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool; in vkAllocateCommandBuffers()341 command_pool_map.erase(pCommandBuffers[index]); in vkFreeCommandBuffers()