Searched refs:secondary_cmds (Results 1 – 1 of 1) sorted by relevance
1841 VkCommandBuffer secondary_cmds; in TEST_F() local1842 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()