Searched refs:execute_commands (Results 1 – 3 of 3) sorted by relevance
950 struct lvp_cmd_execute_commands execute_commands; member
831 cmd->u.execute_commands.command_buffer_count = commandBufferCount; in lvp_CmdExecuteCommands()833 cmd->u.execute_commands.cmd_buffers[i] = lvp_cmd_buffer_from_handle(pCmdBuffers[i]); in lvp_CmdExecuteCommands()
1960 for (unsigned i = 0; i < cmd->u.execute_commands.command_buffer_count; i++) { in handle_execute_commands()1961 struct lvp_cmd_buffer *secondary_buf = cmd->u.execute_commands.cmd_buffers[i]; in handle_execute_commands()