Home
last modified time | relevance | path

Searched refs:bo_cache_buckets (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.h76 struct list_head bo_cache_buckets[NR_BO_CACHE_BUCKETS]; member
Dlima_bo.c66 list_inithead(&screen->bo_cache_buckets[i]); in lima_bo_cache_init()
162 return &screen->bo_cache_buckets[lima_bucket_index(size)]; in lima_bo_cache_get_bucket()
190 struct list_head *bucket = &screen->bo_cache_buckets[i]; in lima_bo_cache_print_stats()