Lines Matching defs:table
53 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); in _mesa_NewHashTable() local
85 _mesa_DeleteHashTable(struct _mesa_HashTable *table) in _mesa_DeleteHashTable()
103 static void init_name_reuse(struct _mesa_HashTable *table) in init_name_reuse()
113 _mesa_HashEnableNameReuse(struct _mesa_HashTable *table) in _mesa_HashEnableNameReuse()
125 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup_unlocked()
154 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup()
176 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookupLocked()
183 _mesa_HashInsert_unlocked(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert_unlocked()
220 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsertLocked()
239 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsert()
260 _mesa_HashRemove_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove_unlocked()
289 _mesa_HashRemoveLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemoveLocked()
295 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove()
312 _mesa_HashDeleteAll(struct _mesa_HashTable *table, in _mesa_HashDeleteAll()
350 hash_walk_unlocked(const struct _mesa_HashTable *table, in hash_walk_unlocked()
366 _mesa_HashWalk(const struct _mesa_HashTable *table, in _mesa_HashWalk()
379 _mesa_HashWalkLocked(const struct _mesa_HashTable *table, in _mesa_HashWalkLocked()
392 _mesa_HashPrint(const struct _mesa_HashTable *table) in _mesa_HashPrint()
418 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) in _mesa_HashFindFreeKeyBlock()
453 _mesa_HashFindFreeKeys(struct _mesa_HashTable *table, GLuint* keys, GLuint numKeys) in _mesa_HashFindFreeKeys()
475 _mesa_HashNumEntries(const struct _mesa_HashTable *table) in _mesa_HashNumEntries()