Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2015 VkCommandPool command_pool_two; in TEST_F() local
2024 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()