Searched refs:vsc_pipe_bo (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 600 if (!ctx->vsc_pipe_bo[i] || in fd2_emit_tile_init() 601 fd_bo_size(ctx->vsc_pipe_bo[i]) < bo_size) { in fd2_emit_tile_init() 602 if (ctx->vsc_pipe_bo[i]) in fd2_emit_tile_init() 603 fd_bo_del(ctx->vsc_pipe_bo[i]); in fd2_emit_tile_init() 604 ctx->vsc_pipe_bo[i] = in fd2_emit_tile_init() 606 assert(ctx->vsc_pipe_bo[i]); in fd2_emit_tile_init() 615 OUT_RELOC(ring, ctx->vsc_pipe_bo[i], 0, 0x40000000, -2); in fd2_emit_tile_init() 738 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd2_emit_tile_renderprep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_gmem.c | 324 if (!ctx->vsc_pipe_bo[i]) { in update_vsc_pipe() 325 ctx->vsc_pipe_bo[i] = fd_bo_new( in update_vsc_pipe() 328 OUT_RELOC(ring, ctx->vsc_pipe_bo[i], 0, 0, in update_vsc_pipe() 334 OUT_RING(ring, fd_bo_size(ctx->vsc_pipe_bo[i]) - in update_vsc_pipe() 479 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd5_emit_tile_prep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_gmem.c | 596 if (!ctx->vsc_pipe_bo[i]) { in update_vsc_pipe() 597 ctx->vsc_pipe_bo[i] = fd_bo_new( in update_vsc_pipe() 600 OUT_RELOC(ring, ctx->vsc_pipe_bo[i], 0, 0, in update_vsc_pipe() 606 OUT_RING(ring, fd_bo_size(ctx->vsc_pipe_bo[i]) - in update_vsc_pipe() 786 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd4_emit_tile_renderprep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.c | 376 for (i = 0; i < ARRAY_SIZE(ctx->vsc_pipe_bo); i++) { in fd_context_destroy() 377 if (!ctx->vsc_pipe_bo[i]) in fd_context_destroy() 379 fd_bo_del(ctx->vsc_pipe_bo[i]); in fd_context_destroy()
|
D | freedreno_context.h | 361 struct fd_bo *vsc_pipe_bo[32] dt; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_gmem.c | 807 if (!ctx->vsc_pipe_bo[i]) { in update_vsc_pipe() 808 ctx->vsc_pipe_bo[i] = fd_bo_new( in update_vsc_pipe() 817 OUT_RELOC(ring, ctx->vsc_pipe_bo[i], 0, 0, in update_vsc_pipe() 819 OUT_RING(ring, fd_bo_size(ctx->vsc_pipe_bo[i]) - in update_vsc_pipe() 1043 struct fd_bo *pipe_bo = ctx->vsc_pipe_bo[tile->p]; in fd3_emit_tile_renderprep()
|