Searched refs:hash_table_u64 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/util/ |
D | hash_table.h | 159 struct hash_table_u64 { struct 164 struct hash_table_u64 * argument 168 _mesa_hash_table_u64_destroy(struct hash_table_u64 *ht, 172 _mesa_hash_table_u64_insert(struct hash_table_u64 *ht, uint64_t key, 176 _mesa_hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key); 179 _mesa_hash_table_u64_remove(struct hash_table_u64 *ht, uint64_t key);
|
D | hash_table.c | 533 struct hash_table_u64 * 536 struct hash_table_u64 *ht; in _mesa_hash_table_u64_create() 538 ht = CALLOC_STRUCT(hash_table_u64); in _mesa_hash_table_u64_create() 557 _mesa_hash_table_u64_destroy(struct hash_table_u64 *ht, in _mesa_hash_table_u64_destroy() 583 _mesa_hash_table_u64_insert(struct hash_table_u64 *ht, uint64_t key, in _mesa_hash_table_u64_insert() 605 hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) in hash_table_u64_search() 616 _mesa_hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) in _mesa_hash_table_u64_search() 631 _mesa_hash_table_u64_remove(struct hash_table_u64 *ht, uint64_t key) in _mesa_hash_table_u64_remove()
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 3282 struct hash_table_u64 *TextureHandles; 3283 struct hash_table_u64 *ImageHandles; 5055 struct hash_table_u64 *ResidentTextureHandles; 5056 struct hash_table_u64 *ResidentImageHandles;
|