Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c210 struct iris_bucket_cache *bucket_cache; member
294 struct iris_bucket_cache *cache = &bufmgr->bucket_cache[heap]; in bucket_for_size()
1586 struct iris_bucket_cache *cache = &bufmgr->bucket_cache[h]; in cleanup_bo_cache()
1852 struct iris_bucket_cache *cache = &bufmgr->bucket_cache[h]; in iris_bufmgr_destroy()
1864 free(bufmgr->bucket_cache); in iris_bufmgr_destroy()
2170 struct iris_bucket_cache *cache = &bufmgr->bucket_cache[heap]; in add_bucket()
2423 bufmgr->bucket_cache = calloc(iris_get_heap_max(bufmgr), in iris_bufmgr_create()
2424 sizeof(*bufmgr->bucket_cache)); in iris_bufmgr_create()
2425 if (!bufmgr->bucket_cache) in iris_bufmgr_create()
2501 free(bufmgr->bucket_cache); in iris_bufmgr_create()