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 D | ir3_const.h | 46 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 D | ir3_gallium.c | 304 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 D | freedreno_context.h | 334 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 D | fd6_const.c | 29 #define emit_const_bo fd6_emit_const_bo macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_emit.c | 946 ctx->emit_const_bo = fd4_emit_const_bo;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_emit.c | 47 #define emit_const_bo fd4_emit_const_bo macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_emit.c | 959 ctx->emit_const_bo = fd3_emit_const_bo;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.c | 1130 ctx->emit_const_bo = fd5_emit_const_bo;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 1344 ctx->emit_const_bo = fd6_emit_const_bo;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_emit.c | 47 #define emit_const_bo fd3_emit_const_bo macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.c | 50 #define emit_const_bo fd5_emit_const_bo macro
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 1680 - 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