Lines Matching defs:table
80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); in _mesa_NewHashTable() local
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()
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()