Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h107 struct cso_cache { struct
108 struct cso_hash hashes[CSO_CACHE_MAX];
109 int max_size;
111 cso_sanitize_callback sanitize_cb;
112 void *sanitize_data;
114 cso_delete_cso_callback delete_cso;
115 void *delete_cso_ctx;
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c158 struct cso_cache cso_cache; member