Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h127 struct cso_node *cso_hash_data_next(struct cso_node *node);
173 struct cso_hash_iter next = {iter.hash, cso_hash_data_next(iter.node)}; in cso_hash_iter_next()
Dcso_hash.c224 struct cso_node *cso_hash_data_next(struct cso_node *node) in cso_hash_data_next() function
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c301 static struct cso_node *cso_hash_data_next(struct cso_node *node) in cso_hash_data_next() function
371 struct cso_hash_iter next = {iter.hash, cso_hash_data_next(iter.node)}; in cso_hash_iter_next()