Searched refs:plb (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_context.c | 140 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 D | lima_context.h | 229 struct lima_bo *plb[LIMA_CTX_PLB_MAX_NUM]; member in struct:lima_context
|
| H A D | lima_draw.c | 537 * 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 D | lima_context.c | 158 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 D | lima_job.c | 549 * 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 D | lima_context.h | 240 struct lima_bo *plb[LIMA_CTX_PLB_MAX_NUM]; member in struct:lima_context
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.0.rst | 3434 - lima: delay add plb buffer to submit when flush
|
Completed in 13 milliseconds