Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c109 struct util_node **anextNode) in util_hash_create_node() argument
119 node->next = (struct util_node*)(*anextNode); in util_hash_create_node()
120 *anextNode = node; in util_hash_create_node()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c99 struct cso_node **anextNode) in cso_hash_create_node() argument
109 node->next = (struct cso_node*)(*anextNode); in cso_hash_create_node()
110 *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()