Lines Matching refs:command_pool
1561 VkCommandPool command_pool; in TEST_F() local
1562 vkCreateCommandPool(test_device.handle(), &pool_create_info, nullptr, &command_pool); in TEST_F()
1567 cmd.commandPool = command_pool; in TEST_F()
1600 vkDestroyCommandPool(test_device.handle(), command_pool, nullptr); in TEST_F()
1623 VkCommandPool command_pool; in TEST_F() local
1624 vkCreateCommandPool(test_device.handle(), &pool_create_info, nullptr, &command_pool); in TEST_F()
1629 cmd.commandPool = command_pool; in TEST_F()
1655 vkDestroyCommandPool(test_device.handle(), command_pool, NULL); in TEST_F()
2675 VkCommandPool command_pool; in TEST_F() local
2680 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool); in TEST_F()
2685 command_buffer_allocate_info.commandPool = command_pool; in TEST_F()
2719 vkFreeCommandBuffers(m_device->device(), command_pool, 1, &command_buffer); in TEST_F()
2720 vkDestroyCommandPool(m_device->device(), command_pool, NULL); in TEST_F()