Searched refs:ikey (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h174 unsigned hash = 0, *ikey = (unsigned *)key; local in function:cso_construct_key
180 hash ^= ikey[i];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_cache.c61 const GLuint *ikey = (const GLuint *) key; local in function:hash_key
68 for (i = 0; i < key_size / sizeof(*ikey); i++)
70 hash += ikey[i];
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_cache.c62 const GLuint *ikey = (const GLuint *) key; local in function:hash_key
69 for (i = 0; i < key_size / sizeof(*ikey); i++)
71 hash += ikey[i];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c50 unsigned *ikey = (unsigned *)key; local in function:hash_key
58 hash ^= ikey[i];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_cache.c120 GLuint *ikey = (GLuint *)item->key; local in function:hash_key
128 hash ^= ikey[i];

Completed in 7 milliseconds