Searched refs:command_pool_two (Results 1 – 1 of 1) sorted by relevance
2015 VkCommandPool command_pool_two; in TEST_F() local2024 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool_two); in TEST_F()2034 vkFreeCommandBuffers(m_device->device(), command_pool_two, 4, &command_buffer[3]); in TEST_F()2039 vkDestroyCommandPool(m_device->device(), command_pool_two, NULL); in TEST_F()