Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c40 static const int MinNumBits = 4; variable
129 if (hint < MinNumBits) in util_data_rehash()
130 hint = MinNumBits; in util_data_rehash()
134 } else if (hint < MinNumBits) { in util_data_rehash()
135 hint = MinNumBits; in util_data_rehash()
253 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
119 if (hint < MinNumBits) in cso_data_rehash()
120 hint = MinNumBits; in cso_data_rehash()
124 } else if (hint < MinNumBits) { in cso_data_rehash()
125 hint = MinNumBits; in cso_data_rehash()
243 hash->data.d->userNumBits = (short)MinNumBits; in cso_hash_create()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c40 static const int MinNumBits = 4; variable
130 if (hint < MinNumBits) in cso_data_rehash()
131 hint = MinNumBits; in cso_data_rehash()
135 } else if (hint < MinNumBits) { in cso_data_rehash()
136 hint = MinNumBits; in cso_data_rehash()
254 hash->data.d->userNumBits = (short)MinNumBits; in cso_hash_create()