Searched refs:start_compute_cs_cmd (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.0.2.rst62 - r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c766 * of registers initialized by the start_compute_cs_cmd atom.
768 r600_emit_command_buffer(cs, &rctx->start_compute_cs_cmd);
1024 struct r600_command_buffer *cb = &rctx->start_compute_cs_cmd;
1029 * start_compute_cs_cmd atom, we can EMIT_EARLY here.
H A Dr600_pipe.c127 FREE(rctx->start_compute_cs_cmd.buf);
H A Dr600_pipe.h521 * must be emitted before start_compute_cs_cmd. */
522 struct r600_command_buffer start_compute_cs_cmd; member in struct:r600_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c793 * of registers initialized by the start_compute_cs_cmd atom.
795 r600_emit_command_buffer(cs, &rctx->start_compute_cs_cmd);
1056 struct r600_command_buffer *cb = &rctx->start_compute_cs_cmd;
1061 * start_compute_cs_cmd atom, we can EMIT_EARLY here.
H A Dr600_pipe.c126 FREE(rctx->start_compute_cs_cmd.buf);
H A Dr600_pipe.h526 * must be emitted before start_compute_cs_cmd. */
527 struct r600_command_buffer start_compute_cs_cmd; member in struct:r600_context

Completed in 12 milliseconds