Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c42 static const int MinNumBits = 4; variable
99 if (hint < MinNumBits) in cso_data_rehash()
100 hint = MinNumBits; in cso_data_rehash()
104 } else if (hint < MinNumBits) { in cso_data_rehash()
105 hint = MinNumBits; in cso_data_rehash()
194 hash->userNumBits = (short)MinNumBits; in cso_hash_init()