Lines Matching refs:_mesa_HashTable
62 struct _mesa_HashTable { struct
77 struct _mesa_HashTable * argument
80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); in _mesa_NewHashTable()
99 _mesa_DeleteHashTable(struct _mesa_HashTable *table) in _mesa_DeleteHashTable()
127 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup_unlocked()
156 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup()
176 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert()
231 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove()
283 _mesa_HashDeleteAll(struct _mesa_HashTable *table, in _mesa_HashDeleteAll()
319 _mesa_HashWalk(const struct _mesa_HashTable *table, in _mesa_HashWalk()
324 struct _mesa_HashTable *table2 = (struct _mesa_HashTable *) table; in _mesa_HashWalk()
350 _mesa_HashFirstEntry(struct _mesa_HashTable *table) in _mesa_HashFirstEntry()
373 _mesa_HashNextEntry(const struct _mesa_HashTable *table, GLuint key) in _mesa_HashNextEntry()
418 _mesa_HashPrint(const struct _mesa_HashTable *table) in _mesa_HashPrint()
447 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) in _mesa_HashFindFreeKeyBlock()
487 _mesa_HashNumEntries(const struct _mesa_HashTable *table) in _mesa_HashNumEntries()
511 struct _mesa_HashTable *t = _mesa_NewHashTable();
550 struct _mesa_HashTable *t;