Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.h88 void *cso_hash_take(struct cso_hash *hash, unsigned key);
Dcso_cache.c181 void *cso = cso_hash_take(hash, cso_hash_iter_key(iter)); in sanitize_cb()
245 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/cso_cache/
Dcso_cache.c177 void *cso = cso_hash_take(hash, cso_hash_iter_key(iter)); in sanitize_cb()
241 return cso_hash_take(hash, hash_key); in cso_take_state()
Dcso_hash.h99 void *cso_hash_take(struct cso_hash *hash, unsigned key);
Dcso_hash.c292 void *cso_hash_take(struct cso_hash *hash, unsigned akey) in cso_hash_take() function
Dcso_context.c256 if (sampler && cso_hash_take(hash, sampler->hash_key)) in sanitize_hash()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_hash_table.c243 item = (struct util_hash_table_item *)cso_hash_take(ht->cso, cso_hash_iter_key(iter)); in util_hash_table_clear()