Home
last modified time | relevance | path

Searched refs:OUT_RINGP (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.h62 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/
Dfd4_draw.h68 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/
Dfreedreno_draw.h107 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances), in fd_draw()
Dfreedreno_util.h328 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/
Dfd2_draw.c356 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/
Dfd3_emit.c540 OUT_RINGP(ring, val, &ctx->batch->rbrc_patches); in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c254 OUT_RINGP(state, 0, &ctx->batch->fb_read_patches); /* texconst0, patched in gmem emit */ in fd6_emit_fb_tex()