Home
last modified time | relevance | path

Searched refs:cso_hash_find (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level)); in util_surfaces_do_get()
85 …cso_hash_erase(us->u.hash, cso_hash_find(us->u.hash, (ps->u.tex.first_layer << 8) | ps->u.tex.leve… in util_surfaces_do_detach()
Du_hash_table.c109 iter = cso_hash_find(ht->cso, key_hash); in util_hash_table_find_iter()
129 iter = cso_hash_find(ht->cso, key_hash); in util_hash_table_find_item()
Du_surfaces.h80 return cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level)); in util_surfaces_peek()
Du_keymap.c153 iter = cso_hash_find(map->cso, key_hash); in hash_table_find_iter()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c202 return cso_hash_find(hash, hash_key); in cso_find_state()
211 struct cso_hash_iter iter = cso_hash_find(hash, hash_key); in cso_hash_find_data_from_template()
Dcso_hash.h97 struct cso_hash_iter cso_hash_find(struct cso_hash *hash, unsigned key);
Dcso_hash.c281 struct cso_hash_iter cso_hash_find(struct cso_hash *hash, in cso_hash_find() function
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c645 struct cso_hash_iter iter = cso_hash_find(hash, key); in shader_from_cache()