Home
last modified time | relevance | path

Searched refs:bo_cache_bucket (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c149 struct bo_cache_bucket { struct
202 struct bo_cache_bucket cache_bucket[BUCKET_ARRAY_SIZE];
206 struct bo_cache_bucket local_cache_bucket[BUCKET_ARRAY_SIZE];
210 struct bo_cache_bucket local_preferred_cache_bucket[BUCKET_ARRAY_SIZE];
285 struct bo_cache_bucket **cache_bucket, int **num_buckets) in bucket_info_for_heap()
314 static struct bo_cache_bucket *
347 struct bo_cache_bucket *buckets; in bucket_for_size()
867 struct bo_cache_bucket *bucket, in alloc_bo_from_cache()
1067 struct bo_cache_bucket *bucket = bucket_for_size(bufmgr, size, heap); in iris_bo_alloc()
1397 struct bo_cache_bucket *bucke in cleanup_bo_cache()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c117 struct bo_cache_bucket { struct
148 struct bo_cache_bucket cache_bucket[14 * 4];
219 static struct bo_cache_bucket *
297 struct bo_cache_bucket *bucket, in alloc_bo_from_cache()
399 struct bo_cache_bucket *bucket = bucket_for_size(bufmgr, size); in bo_alloc_internal()
676 struct bo_cache_bucket *bucket = &bufmgr->cache_bucket[i]; in cleanup_bo_cache()
706 struct bo_cache_bucket *bucket; in bo_unreference_final()
1150 struct bo_cache_bucket *bucket = &bufmgr->cache_bucket[i]; in crocus_bufmgr_destroy()

Completed in 5 milliseconds