Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c213 void *iter_data = cso_hash_iter_data(iter); in cso_hash_find_data_from_template() local
214 if (!memcmp(iter_data, templ, size)) { in cso_hash_find_data_from_template()
217 return iter_data; in cso_hash_find_data_from_template()
231 void *iter_data = cso_hash_iter_data(iter); in cso_find_state_template() local
232 if (!memcmp(iter_data, templ, size)) in cso_find_state_template()