HomeSort by: relevance | last modified time | path
    Searched refs:LIMA_CTX_PLB_BLK_SIZE (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_context.c 242 ctx->plb_size = screen->plb_max_blk * LIMA_CTX_PLB_BLK_SIZE;
280 plb_gp_stream[j] = ctx->plb[i]->va + LIMA_CTX_PLB_BLK_SIZE * j;
lima_context.h 236 #define LIMA_CTX_PLB_BLK_SIZE 512
lima_job.c 580 (x >> fb->shift_w)) * LIMA_CTX_PLB_BLK_SIZE;
962 job->dump, plb, LIMA_CTX_PLB_BLK_SIZE, false, "plb dump at va %x\n",
1020 unsigned s = util_logbase2(LIMA_CTX_PLB_BLK_SIZE) - 7;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_context.c 221 ctx->plb_size = ctx->plb_max_blk * LIMA_CTX_PLB_BLK_SIZE;
245 plb_gp_stream[j] = ctx->plb[i]->va + LIMA_CTX_PLB_BLK_SIZE * j;
lima_context.h 224 #define LIMA_CTX_PLB_BLK_SIZE 512
lima_draw.c 563 (x >> fb->shift_w)) * LIMA_CTX_PLB_BLK_SIZE;
1612 plb, LIMA_CTX_PLB_BLK_SIZE, false, "plb dump at va %x\n",
1658 unsigned s = util_logbase2(LIMA_CTX_PLB_BLK_SIZE) - 7;

Completed in 11 milliseconds