Searched refs:pipe_bo (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_gmem.c | 758 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd4_emit_tile_renderprep() local 770 OUT_RELOC(ring, pipe_bo, 0, 0, 0); /* BIN_DATA_ADDR <- VSC_PIPE[p].DATA_ADDRESS */ in fd4_emit_tile_renderprep()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 724 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd2_emit_tile_renderprep() local 736 OUT_RELOC(ring, pipe_bo, 0, 0, 0); in fd2_emit_tile_renderprep()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_gmem.c | 436 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd5_emit_tile_prep() local 446 OUT_RELOC(ring, pipe_bo, 0, 0, 0); /* VSC_PIPE[p].DATA_ADDRESS */ in fd5_emit_tile_prep()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_gmem.c | 1011 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd3_emit_tile_renderprep() local 1024 OUT_RELOC(ring, pipe_bo, 0, 0, 0); /* BIN_DATA_ADDR <- VSC_PIPE[p].DATA_ADDRESS */ in fd3_emit_tile_renderprep()
|