Home
last modified time | relevance | path

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

/external/mesa3d/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
Dcso_context.c215 int hash_size = cso_hash_size(hash); in sanitize_hash()
/external/mesa3d/src/gallium/state_trackers/vega/
Dtext.c246 return cso_hash_size(font->glyphs); in font_num_glyphs()