Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c138 struct bo_cache_bucket { struct
169 struct bo_cache_bucket cache_bucket[14 * 4]; argument
248 static struct bo_cache_bucket *
296 struct bo_cache_bucket *bucket, in bucket_vma_alloc()
345 bucket_vma_free(struct bo_cache_bucket *bucket, uint64_t address) in bucket_vma_free()
390 static struct bo_cache_bucket *
399 struct bo_cache_bucket *bucket = bucket_for_size(bufmgr, size); in get_bucket_allocator()
424 struct bo_cache_bucket *bucket = get_bucket_allocator(bufmgr, size); in vma_alloc()
456 struct bo_cache_bucket *bucket = get_bucket_allocator(bufmgr, size); in vma_free()
497 struct bo_cache_bucket *bucket) in brw_bo_cache_purge_bucket()
[all …]
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c129 struct bo_cache_bucket { struct
160 struct bo_cache_bucket cache_bucket[14 * 4];
223 static struct bo_cache_bucket *
385 struct bo_cache_bucket *bucket, in alloc_bo_from_cache()
516 struct bo_cache_bucket *bucket = bucket_for_size(bufmgr, size); in bo_alloc_internal()
831 struct bo_cache_bucket *bucket = &bufmgr->cache_bucket[i]; in cleanup_bo_cache()
861 struct bo_cache_bucket *bucket; in bo_unreference_final()
1313 struct bo_cache_bucket *bucket = &bufmgr->cache_bucket[i]; in iris_bufmgr_destroy()