Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h88 void *cso_hash_take(struct cso_hash *hash, unsigned key);
Dcso_cache.c179 void *cso = cso_hash_take(hash, cso_hash_iter_key(iter)); in sanitize_cb()
243 return cso_hash_take(hash, hash_key); in cso_take_state()
Dcso_hash.c382 void * cso_hash_take(struct cso_hash *hash, in cso_hash_take() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_hash_table.c239 item = (struct util_hash_table_item *)cso_hash_take(ht->cso, cso_hash_iter_key(iter)); in util_hash_table_clear()
Du_keymap.c304 cso_hash_take(map->cso, cso_hash_iter_key(iter)); in util_keymap_remove_all()
/external/mesa3d/src/gallium/state_trackers/vega/
Dtext.c54 cso_hash_take(font->glyphs, (unsigned) glyphIndex); in del_glyph()
Dvg_context.c228 cso_hash_take(hash, (unsigned) obj->handle); in vg_context_remove_object()