Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.h234 #define LIMA_CTX_PLB_MAX_NUM 4 macro
240 struct lima_bo *plb[LIMA_CTX_PLB_MAX_NUM];
241 struct lima_bo *gp_tile_heap[LIMA_CTX_PLB_MAX_NUM];
Dlima_screen.c599 if (lima_ctx_num_plb > LIMA_CTX_PLB_MAX_NUM || in lima_screen_parse_env()
603 LIMA_CTX_PLB_MAX_NUM, LIMA_CTX_PLB_DEF_NUM); in lima_screen_parse_env()
Dlima_context.c157 for (int i = 0; i < LIMA_CTX_PLB_MAX_NUM; i++) { in lima_context_destroy()