Home | History | Annotate | Download | only in tests

Lines Matching refs:vkCmdExecuteCommands

3743     // Attempt vkCmdExecuteCommands w/ a primary cmd buffer (should only be
3748 "vkCmdExecuteCommands() called w/ Primary Cmd Buffer ");
3756 vkCmdExecuteCommands(m_commandBuffer->GetBufferHandle(), 1, &primCB);
3759 FAIL() << "Did not receive Error 'vkCmdExecuteCommands() called w/ "