Searched refs:emit_const_user (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h42 static void emit_const_user(struct fd_ringbuffer *ring,
194 emit_const_user(ring, v, state->range[i].offset / 4, size / 4,
306 emit_const_user(ring, v, offset * 4, size, dims);
329 emit_const_user(ring, v, base, size, const_state->immediates);
357 emit_const_user(ring, v, base, size, producer->output_loc);
510 emit_const_user(ring, v, offset * 4, vertex_params_size, vertex_params);
602 emit_const_user(ring, v, offset * 4, size, compute_params);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c28 #define emit_const_user fd6_emit_const_user macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c46 #define emit_const_user fd4_emit_const_user macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c46 #define emit_const_user fd3_emit_const_user macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c49 #define emit_const_user fd5_emit_const_user macro

Completed in 8 milliseconds