Searched refs:cmdalloc (Results 1 – 1 of 1) sorted by relevance
1838 … VkCommandBufferAllocateInfo cmdalloc = vk_testing::CommandBuffer::create_info(secondary_cmd_pool); in TEST_F() local1839 cmdalloc.level = VK_COMMAND_BUFFER_LEVEL_SECONDARY; in TEST_F()1842 res = vkAllocateCommandBuffers(m_device->handle(), &cmdalloc, &secondary_cmds); in TEST_F()