Home
last modified time | relevance | path

Searched refs:command_pool_two (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_command.cpp37 VkCommandPool command_pool_two; in TEST_F() local
46 vkCreateCommandPool(m_device->device(), &pool_create_info, nullptr, &command_pool_two); in TEST_F()
56 vkFreeCommandBuffers(m_device->device(), command_pool_two, 1, &cb); in TEST_F()
61 vkDestroyCommandPool(m_device->device(), command_pool_two, NULL); in TEST_F()