Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h950 struct lvp_cmd_execute_commands execute_commands; member
Dlvp_cmd_buffer.c831 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()
Dlvp_execute.c1960 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()