Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c79 struct cso_node **anextNode) in cso_hash_create_node() argument
89 node->next = *anextNode; in cso_hash_create_node()
90 *anextNode = node; in cso_hash_create_node()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c110 struct cso_node **anextNode) in cso_hash_create_node() argument
120 node->next = (struct cso_node*)(*anextNode); in cso_hash_create_node()
121 *anextNode = node; in cso_hash_create_node()