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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c42 static const int MinNumBits = 4; variable in typeref:typename:const int
99 if (hint < MinNumBits)
100 hint = MinNumBits;
104 } else if (hint < MinNumBits) {
105 hint = MinNumBits;
194 hash->userNumBits = (short)MinNumBits;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c42 static const int MinNumBits = 4; variable in typeref:typename:const int
119 if (hint < MinNumBits)
120 hint = MinNumBits;
124 } else if (hint < MinNumBits) {
125 hint = MinNumBits;
243 hash->data.d->userNumBits = (short)MinNumBits;

Completed in 4 milliseconds