Searched refs:emit_const_bo (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h46 static void emit_const_bo(struct fd_ringbuffer *ring,
56 emit_const_bo(ring, v, regid, offset, size, rsc->bo);
142 emit_const_bo(ring, v, state->range[i].offset / 4,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c304 ctx->emit_const_bo(ring, v->type, false, offset * 4, params, prscs, offsets);
432 ctx->emit_const_bo(ring, v->type, true, offset * 4, params, prscs, offsets);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h334 void (*emit_const_bo)(struct fd_ringbuffer *ring, gl_shader_stage type, boolean write, member in struct:fd_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c29 #define emit_const_bo fd6_emit_const_bo macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c946 ctx->emit_const_bo = fd4_emit_const_bo;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c47 #define emit_const_bo fd4_emit_const_bo macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c959 ctx->emit_const_bo = fd3_emit_const_bo;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c1130 ctx->emit_const_bo = fd5_emit_const_bo;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c1344 ctx->emit_const_bo = fd6_emit_const_bo;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c47 #define emit_const_bo fd3_emit_const_bo macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c50 #define emit_const_bo fd5_emit_const_bo macro
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst1680 - freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.
1864 - freedreno: Rename emit_const_bo() to emit_const_ptrs().

Completed in 25 milliseconds