Lines Matching defs:table
53 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); in _mesa_NewHashTable() local
89 _mesa_DeleteHashTable(struct _mesa_HashTable *table) in _mesa_DeleteHashTable()
108 _mesa_HashEnableNameReuse(struct _mesa_HashTable *table) in _mesa_HashEnableNameReuse()
126 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup_unlocked()
155 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup()
177 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookupLocked()
184 _mesa_HashInsert_unlocked(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert_unlocked()
221 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsertLocked()
240 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, in _mesa_HashInsert()
261 _mesa_HashRemove_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove_unlocked()
288 _mesa_HashRemoveLocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemoveLocked()
294 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) in _mesa_HashRemove()
311 _mesa_HashDeleteAll(struct _mesa_HashTable *table, in _mesa_HashDeleteAll()
345 hash_walk_unlocked(const struct _mesa_HashTable *table, in hash_walk_unlocked()
361 _mesa_HashWalk(const struct _mesa_HashTable *table, in _mesa_HashWalk()
374 _mesa_HashWalkLocked(const struct _mesa_HashTable *table, in _mesa_HashWalkLocked()
387 _mesa_HashPrint(const struct _mesa_HashTable *table) in _mesa_HashPrint()
413 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) in _mesa_HashFindFreeKeyBlock()
448 _mesa_HashFindFreeKeys(struct _mesa_HashTable *table, GLuint* keys, GLuint numKeys) in _mesa_HashFindFreeKeys()
470 _mesa_HashNumEntries(const struct _mesa_HashTable *table) in _mesa_HashNumEntries()