Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dhash.c191 if (key > table->MaxKey) in _mesa_HashInsert_unlocked()
192 table->MaxKey = key; in _mesa_HashInsert_unlocked()
337 table->MaxKey = 0; in _mesa_HashDeleteAll()
423 } else if (maxKey - numKeys > table->MaxKey) { in _mesa_HashFindFreeKeyBlock()
425 return table->MaxKey + 1; in _mesa_HashFindFreeKeyBlock()
Dhash.h106 GLuint MaxKey; /**< highest key inserted so far */ member