Searched refs:OUT_RINGP (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_draw.h | 62 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd5_draw() 102 OUT_RINGP(ring, in fd5_draw_emit() 111 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0), in fd5_draw_emit()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 68 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd4_draw() 107 OUT_RINGP(ring, in fd4_draw_emit() 117 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0), in fd4_draw_emit()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 107 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances), in fd_draw()
|
D | freedreno_util.h | 328 OUT_RINGP(struct fd_ringbuffer *ring, uint32_t data, struct util_dynarray *buf) in OUT_RINGP() function
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_draw.c | 356 OUT_RINGP(ring, patch_type, &batch->gmem_patches); in clear_fast() 523 OUT_RINGP(ring, GMEM_PATCH_RESTORE_INFO, &batch->gmem_patches); in fd2_clear_fast()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 540 OUT_RINGP(ring, val, &ctx->batch->rbrc_patches); in fd3_emit_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_emit.c | 254 OUT_RINGP(state, 0, &ctx->batch->fb_read_patches); /* texconst0, patched in gmem emit */ in fd6_emit_fb_tex()
|