Lines Matching refs:cmd_pool
207 VkCommandPool cmd_pool; member
309 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, cmd_bufs); in demo_flush_init_cmd()
325 .commandPool = demo->cmd_pool, in demo_set_image_layout()
1472 &demo->cmd_pool); in demo_prepare()
1478 .commandPool = demo->cmd_pool, in demo_prepare()
2311 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_cleanup()
2313 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_cleanup()
2314 vkDestroyCommandPool(demo->device, demo->cmd_pool, NULL); in demo_cleanup()
2378 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_resize()
2380 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_resize()
2381 vkDestroyCommandPool(demo->device, demo->cmd_pool, NULL); in demo_resize()