Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c195 struct iris_bufmgr { struct
199 struct list_head link;
201 uint32_t refcount;
203 int fd;
205 simple_mtx_t lock;
206 simple_mtx_t bo_deps_lock;
209 struct iris_bucket_cache bucket_cache[IRIS_HEAP_MAX];
211 time_t time;
213 struct hash_table *name_table;
214 struct hash_table *handle_table;
[all …]