Searched refs:secondary_cmd_pool (Results 1 – 1 of 1) sorted by relevance
1834 VkCommandPool secondary_cmd_pool; in TEST_F() local1835 … VkResult res = vkCreateCommandPool(m_device->handle(), &cmd_pool_info, NULL, &secondary_cmd_pool); in TEST_F()1838 … VkCommandBufferAllocateInfo cmdalloc = vk_testing::CommandBuffer::create_info(secondary_cmd_pool); in TEST_F()1869 vkDestroyCommandPool(m_device->handle(), secondary_cmd_pool, NULL); in TEST_F()