Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c140 struct util_node **oldBuckets = hash->buckets; in util_data_rehash() local
151 struct util_node *firstNode = oldBuckets[i]; in util_data_rehash()
170 free(oldBuckets); in util_data_rehash()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c130 struct cso_node **oldBuckets = hash->buckets; in cso_data_rehash() local
141 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash()
160 FREE(oldBuckets); in cso_data_rehash()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c141 struct cso_node **oldBuckets = hash->buckets; in cso_data_rehash() local
152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash()
171 FREE(oldBuckets); in cso_data_rehash()