Home
last modified time | relevance | path

Searched refs:cso_hash_size (Results 1 – 7 of 7) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.h68 int cso_hash_size(struct cso_hash *hash);
Dcso_cache.c170 int hash_size = cso_hash_size(hash); in sanitize_cb()
Dcso_hash.c411 int cso_hash_size(struct cso_hash *hash) in cso_hash_size() function
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h77 int cso_hash_size(struct cso_hash *hash);
Dcso_cache.c170 int hash_size = cso_hash_size(hash); in sanitize_cb()
Dcso_hash.c386 int cso_hash_size(struct cso_hash *hash) in cso_hash_size() function
Dcso_context.c228 int hash_size = cso_hash_size(hash); in sanitize_hash()