Home
last modified time | relevance | path

Searched refs:vsc_pipe_bo (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c600 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/
Dfd5_gmem.c324 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/
Dfd4_gmem.c596 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/
Dfreedreno_context.c376 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()
Dfreedreno_context.h361 struct fd_bo *vsc_pipe_bo[32] dt; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c807 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()