Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp1841 VkCommandBuffer secondary_cmds; in TEST_F() local
1842 res = vkAllocateCommandBuffers(m_device->handle(), &cmdalloc, &secondary_cmds); in TEST_F()
1860 res = vkBeginCommandBuffer(secondary_cmds, &secondary_begin); in TEST_F()
1862 vkEndCommandBuffer(secondary_cmds); in TEST_F()
1865 vkCmdExecuteCommands(m_commandBuffer->handle(), 1, &secondary_cmds); in TEST_F()