Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhash.c64 GLuint MaxKey; /**< highest key inserted so far */ member
187 if (key > table->MaxKey) in _mesa_HashInsert()
188 table->MaxKey = key; in _mesa_HashInsert()
451 if (maxKey - numKeys > table->MaxKey) { in _mesa_HashFindFreeKeyBlock()
454 return table->MaxKey + 1; in _mesa_HashFindFreeKeyBlock()