Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c44 static const int MinNumBits = 4; variable
133 if (hint < MinNumBits) in util_data_rehash()
134 hint = MinNumBits; in util_data_rehash()
138 } else if (hint < MinNumBits) { in util_data_rehash()
139 hint = MinNumBits; in util_data_rehash()
257 hash->data.d->userNumBits = (short)MinNumBits; in util_hash_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c42 static const int MinNumBits = 4; variable
132 if (hint < MinNumBits) in cso_data_rehash()
133 hint = MinNumBits; in cso_data_rehash()
137 } else if (hint < MinNumBits) { in cso_data_rehash()
138 hint = MinNumBits; in cso_data_rehash()
256 hash->data.d->userNumBits = (short)MinNumBits; in cso_hash_create()