Searched refs:pipe_bo (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_gmem.c | 479 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd5_emit_tile_prep() local 489 OUT_RELOC(ring, pipe_bo, 0, 0, 0); /* VSC_PIPE[p].DATA_ADDRESS */ in fd5_emit_tile_prep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 738 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd2_emit_tile_renderprep() local 750 OUT_RELOC(ring, pipe_bo, 0, 0, 0); in fd2_emit_tile_renderprep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_gmem.c | 786 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd4_emit_tile_renderprep() local 798 OUT_RELOC(ring, pipe_bo, 0, 0, in fd4_emit_tile_renderprep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_gmem.c | 1043 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd3_emit_tile_renderprep() local 1055 OUT_RELOC(ring, pipe_bo, 0, 0, in fd3_emit_tile_renderprep()
|