Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1589 VkCommandPool commandpool_1; in TEST_F() local
1595 vkCreateCommandPool(device(), &pool_create_info, nullptr, &commandpool_1); in TEST_F()
1600 command_buffer_allocate_info.commandPool = commandpool_1; in TEST_F()
1628 vkDestroyCommandPool(device(), commandpool_1, NULL); in TEST_F()