Home
last modified time | relevance | path

Searched refs:LIMA_CTX_PLB_MAX_NUM (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.h208 #define LIMA_CTX_PLB_MAX_NUM 4 macro
214 struct lima_bo *plb[LIMA_CTX_PLB_MAX_NUM];
215 struct lima_bo *gp_tile_heap[LIMA_CTX_PLB_MAX_NUM];
Dlima_screen.c548 if (lima_ctx_num_plb > LIMA_CTX_PLB_MAX_NUM || in lima_screen_parse_env()
552 LIMA_CTX_PLB_MAX_NUM, LIMA_CTX_PLB_DEF_NUM); in lima_screen_parse_env()
Dlima_context.c156 for (int i = 0; i < LIMA_CTX_PLB_MAX_NUM; i++) { in lima_context_destroy()