Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c126 struct cso_node **beforeFirstNode; in cso_data_rehash() local
132 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in cso_data_rehash()
133 while (*beforeFirstNode != e) in cso_data_rehash()
134 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash()
135 lastNode->next = *beforeFirstNode; in cso_data_rehash()
136 *beforeFirstNode = firstNode; in cso_data_rehash()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c157 struct cso_node **beforeFirstNode; in cso_data_rehash() local
163 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in cso_data_rehash()
164 while (*beforeFirstNode != e) in cso_data_rehash()
165 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash()
166 lastNode->next = *beforeFirstNode; in cso_data_rehash()
167 *beforeFirstNode = firstNode; in cso_data_rehash()