Searched refs:MaxKey (Results 1 – 2 of 2) sorted by relevance
191 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()
106 GLuint MaxKey; /**< highest key inserted so far */ member