Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c106 struct brw_bufmgr { struct
107 int fd;
109 mtx_t lock;
112 struct bo_cache_bucket cache_bucket[14 * 4];
113 int num_buckets;
114 time_t time;
116 struct hash_table *name_table;
117 struct hash_table *handle_table;
119 bool has_llc:1;
120 bool has_mmap_wc:1;
[all …]