Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.c39 struct cso_cache { struct
40 struct cso_hash *hashes[CSO_CACHE_MAX];
41 int max_size;
43 cso_sanitize_callback sanitize_cb;
44 void *sanitize_data;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c39 struct cso_cache { struct
40 struct cso_hash hashes[CSO_CACHE_MAX];
41 int max_size;
43 cso_sanitize_callback sanitize_cb;
44 void *sanitize_data;
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c153 struct cso_cache *cso_cache; member