Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
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.h88 void *cso_hash_take(struct cso_hash *hash, unsigned key);
Dcso_hash.c384 void * cso_hash_take(struct cso_hash *hash, in cso_hash_take() function
Dcso_context.c246 if (sampler && cso_hash_take(hash, sampler->hash_key)) in sanitize_hash()
/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()