Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c136 struct crocus_bufmgr { struct
140 struct list_head link;
142 uint32_t refcount;
144 int fd;
146 simple_mtx_t lock;
149 struct bo_cache_bucket cache_bucket[14 * 4];
150 int num_buckets;
151 time_t time;
153 struct hash_table *name_table;
154 struct hash_table *handle_table;
[all …]