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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.c108 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) function in typeref:typename:void *
141 res = _mesa_HashLookup_unlocked(table, key);
161 return _mesa_HashLookup_unlocked(table, key);
393 if (_mesa_HashLookup_unlocked(table, key)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.c125 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) function in typeref:typename:void *
158 res = _mesa_HashLookup_unlocked(table, key);
178 return _mesa_HashLookup_unlocked(table, key);
433 if (_mesa_HashLookup_unlocked(table, key)) {

Completed in 3 milliseconds