Searched refs:indirect_buffer (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c104 si_resource_reference(&state->indirect_buffer, NULL);
133 if (!state->indirect_buffer) {
136 struct si_resource *ib = state->indirect_buffer;
171 si_resource_reference(&state->indirect_buffer, NULL);
173 state->indirect_buffer =
177 if (!state->indirect_buffer)
189 pipe_buffer_write(&sctx->b, &state->indirect_buffer->b.b,
H A Dsi_pm4.h46 struct si_resource *indirect_buffer; member in struct:si_pm4_state
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_compute.c82 struct gl_buffer_object *indirect_buffer = ctx->DispatchIndirectBuffer; local in function:st_dispatch_compute_indirect
83 struct pipe_resource *indirect = st_buffer_object(indirect_buffer)->buffer;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_compute.c114 struct gl_buffer_object *indirect_buffer = ctx->DispatchIndirectBuffer; local in function:brw_dispatch_compute_indirect
117 intel_buffer_object(indirect_buffer),
H A Dbrw_draw.c226 struct gl_buffer_object *indirect_buffer = brw->ctx.DrawIndirectBuffer; local in function:brw_emit_prim
228 intel_buffer_object(indirect_buffer),
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_compute.c83 struct gl_buffer_object *indirect_buffer = ctx->DispatchIndirectBuffer; local in function:st_dispatch_compute_indirect
84 struct pipe_resource *indirect = st_buffer_object(indirect_buffer)->buffer;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_compute.c115 struct gl_buffer_object *indirect_buffer = ctx->DispatchIndirectBuffer; local in function:brw_dispatch_compute_indirect
118 brw_buffer_object(indirect_buffer),
H A Dbrw_draw.c230 struct gl_buffer_object *indirect_buffer = brw->ctx.DrawIndirectBuffer; local in function:brw_emit_prim
232 brw_buffer_object(indirect_buffer),

Completed in 13 milliseconds