HomeSort by relevance Sort by last modified time
    Searched refs:start_compute_cs_cmd (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 461 * of registers initialized by the start_compute_cs_cmd atom.
463 r600_emit_command_buffer(cs, &rctx->start_compute_cs_cmd);
713 struct r600_command_buffer *cb = &rctx->start_compute_cs_cmd;
718 * start_compute_cs_cmd atom, we can EMIT_EARLY here.
    [all...]
r600_pipe.c 111 FREE(rctx->start_compute_cs_cmd.buf);
r600_pipe.h 450 * must be emitted before start_compute_cs_cmd. */
451 struct r600_command_buffer start_compute_cs_cmd; member in struct:r600_context

Completed in 207 milliseconds