Home
last modified time | relevance | path

Searched defs:iris_bufmgr (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c188 struct iris_bufmgr { struct
192 struct list_head link;
194 uint32_t refcount;
196 int fd;
198 simple_mtx_t lock;
199 simple_mtx_t bo_deps_lock;
202 struct bo_cache_bucket cache_bucket[BUCKET_ARRAY_SIZE];
203 int num_buckets;
206 struct bo_cache_bucket local_cache_bucket[BUCKET_ARRAY_SIZE];
207 int num_local_buckets;
[all …]