Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h86 struct cso_hash_iter cso_hash_erase(struct cso_hash *hash, struct cso_hash_iter iter);
Dcso_hash.c418 struct cso_hash_iter cso_hash_erase(struct cso_hash *hash, struct cso_hash_iter iter) in cso_hash_erase() function
Dcso_context.c262 iter = cso_hash_erase(hash, iter); in sanitize_hash()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c85cso_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.c223 cso_hash_erase(ht->cso, iter); in util_hash_table_remove()
Du_keymap.c283 cso_hash_erase(map->cso, iter); in util_keymap_remove()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c550 iter = cso_hash_erase(hash, iter); in regs_hash_destroy()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c625 iter = cso_hash_erase(hash, iter); in cache_destroy()