Searched refs:MaxKey (Results 1 – 2 of 2) sorted by relevance
173 if (key > table->MaxKey) in _mesa_HashInsert_unlocked()174 table->MaxKey = key; in _mesa_HashInsert_unlocked()385 if (maxKey - numKeys > table->MaxKey) { in _mesa_HashFindFreeKeyBlock()387 return table->MaxKey + 1; in _mesa_HashFindFreeKeyBlock()
100 GLuint MaxKey; /**< highest key inserted so far */ member