Home
last modified time | relevance | path

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

/external/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()
/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()