Searched refs:fd_draw (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 45 fd_draw(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd_draw() function 143 fd_draw(batch, ring, primtype, vismode, src_sel, in fd_draw_emit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 93 fd_draw(batch, ring, DI_PT_RECTLIST, IGNORE_VISIBILITY, in emit_gmem2mem_surf() 216 fd_draw(batch, ring, DI_PT_RECTLIST, IGNORE_VISIBILITY, in emit_mem2gmem_surf()
|
D | fd2_draw.c | 269 fd_draw(ctx->batch, ring, DI_PT_RECTLIST, IGNORE_VISIBILITY, in fd2_clear()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_gmem.c | 345 fd_draw(batch, ring, DI_PT_RECTLIST, IGNORE_VISIBILITY, in emit_gmem2mem_surf() 526 fd_draw(batch, ring, DI_PT_RECTLIST, IGNORE_VISIBILITY, in emit_mem2gmem_surf()
|