Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c137 struct crocus_bufmgr { struct
141 struct list_head link;
143 uint32_t refcount;
145 int fd;
147 simple_mtx_t lock;
150 struct bo_cache_bucket cache_bucket[14 * 4];
151 int num_buckets;
152 time_t time;
154 struct hash_table *name_table;
155 struct hash_table *handle_table;
[all …]