Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c49 static int primeForNumBits(int numBits) in primeForNumBits() function
70 } else if (primeForNumBits(numBits) < hint) { in countBits()
102 while (primeForNumBits(hint) < (hash->size >> 1)) in cso_data_rehash()
115 hash->numBuckets = primeForNumBits(hint); in cso_data_rehash()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c47 static int primeForNumBits(int numBits) in primeForNumBits() function
68 } else if (primeForNumBits(numBits) < hint) { in countBits()
133 while (primeForNumBits(hint) < (hash->size >> 1)) in cso_data_rehash()
146 hash->numBuckets = primeForNumBits(hint); in cso_data_rehash()