Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c113 struct util_node **anextNode) in util_hash_create_node() argument
123 node->next = (struct util_node*)(*anextNode); in util_hash_create_node()
124 *anextNode = node; in util_hash_create_node()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c112 struct cso_node **anextNode) in cso_hash_create_node() argument
122 node->next = (struct cso_node*)(*anextNode); in cso_hash_create_node()
123 *anextNode = node; in cso_hash_create_node()