Searched refs:start_compute_cs_cmd (Results 1 – 4 of 4) sorted by relevance
62 - r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
795 r600_emit_command_buffer(cs, &rctx->start_compute_cs_cmd); in compute_emit_cs()1056 struct r600_command_buffer *cb = &rctx->start_compute_cs_cmd; in evergreen_init_atom_start_compute_cs()
127 FREE(rctx->start_compute_cs_cmd.buf); in r600_destroy_context()
524 struct r600_command_buffer start_compute_cs_cmd; member