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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c95 static void cso_data_rehash(struct cso_hash *hash, int hint) function in typeref:typename:void
147 cso_data_rehash(hash, hash->numBits + 1);
155 cso_data_rehash(hash, max);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c115 static void cso_data_rehash(struct cso_hash_data *hash, int hint) function in typeref:typename:void
167 cso_data_rehash(hash, hash->numBits + 1);
175 cso_data_rehash(hash, max);

Completed in 3 milliseconds