Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp1838 … VkCommandBufferAllocateInfo cmdalloc = vk_testing::CommandBuffer::create_info(secondary_cmd_pool); in TEST_F() local
1839 cmdalloc.level = VK_COMMAND_BUFFER_LEVEL_SECONDARY; in TEST_F()
1842 res = vkAllocateCommandBuffers(m_device->handle(), &cmdalloc, &secondary_cmds); in TEST_F()