Searched refs:plb (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_context.c140 if (ctx->plb[i])
141 lima_bo_free(ctx->plb[i]);
225 ctx->plb[i] = lima_bo_create(screen, ctx->plb_size, 0);
226 if (!ctx->plb[i])
241 /* plb gp stream is static for any framebuffer */
245 plb_gp_stream[j] = ctx->plb[i]->va + LIMA_CTX_PLB_BLK_SIZE * j;
H A Dlima_context.h229 struct lima_bo *plb[LIMA_CTX_PLB_MAX_NUM]; member in struct:lima_context
H A Dlima_draw.c537 * 1D for pp stream index and 2D for plb block x/y on framebuffer.
564 int plb_va = ctx->plb[ctx->plb_index]->va + offset;
580 stream[i], si[i] * 4, false, "pp plb stream %d at va %x\n",
665 lima_submit_add_bo(ctx->gp_submit, ctx->plb[ctx->plb_index], LIMA_SUBMIT_BO_WRITE);
670 ctx->plb_gp_size, false, "gp plb stream at va %x\n",
688 lima_submit_add_bo(ctx->pp_submit, ctx->plb[ctx->plb_index], LIMA_SUBMIT_BO_READ);
1610 uint32_t *plb = lima_bo_map(ctx->plb[ctx->plb_index]); local in function:_lima_flush
1612 plb, LIMA_CTX_PLB_BLK_SIZE, false, "plb dum
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_context.c158 if (ctx->plb[i])
159 lima_bo_unreference(ctx->plb[i]);
260 ctx->plb[i] = lima_bo_create(screen, ctx->plb_size, 0);
261 if (!ctx->plb[i])
276 /* plb gp stream is static for any framebuffer */
280 plb_gp_stream[j] = ctx->plb[i]->va + LIMA_CTX_PLB_BLK_SIZE * j;
H A Dlima_job.c549 * 1D for pp stream index and 2D for plb block x/y on framebuffer.
581 int plb_va = ctx->plb[ctx->plb_index]->va + offset;
600 false, "pp plb stream %d at va %x\n",
752 lima_job_add_bo(job, LIMA_PIPE_GP, ctx->plb[ctx->plb_index],
759 ctx->plb_gp_size, false, "gp plb stream at va %x\n",
762 lima_job_add_bo(job, LIMA_PIPE_PP, ctx->plb[ctx->plb_index],
960 uint32_t *plb = lima_bo_map(ctx->plb[ctx->plb_index]); local in function:lima_do_job
962 job->dump, plb, LIMA_CTX_PLB_BLK_SIZE, false, "plb dum
[all...]
H A Dlima_context.h240 struct lima_bo *plb[LIMA_CTX_PLB_MAX_NUM]; member in struct:lima_context
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3434 - lima: delay add plb buffer to submit when flush

Completed in 13 milliseconds