Lines Matching refs:cmd_pool
327 VkCommandPool cmd_pool; member
429 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, cmd_bufs); in demo_flush_init_cmd()
443 .commandPool = demo->cmd_pool, in demo_set_image_layout()
1547 &demo->cmd_pool); in demo_prepare()
1553 .commandPool = demo->cmd_pool, in demo_prepare()
2145 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_cleanup()
2147 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_cleanup()
2148 vkDestroyCommandPool(demo->device, demo->cmd_pool, NULL); in demo_cleanup()
2196 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_resize()
2198 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_resize()
2199 vkDestroyCommandPool(demo->device, demo->cmd_pool, NULL); in demo_resize()