Home
last modified time | relevance | path

Searched refs:_mesa_hash_table_init (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dhash_table.h68 _mesa_hash_table_init(struct hash_table *ht,
Dhash_table.c149 _mesa_hash_table_init(struct hash_table *ht, in _mesa_hash_table_init() function
186 if (!_mesa_hash_table_init(ht, ht, key_hash_function, key_equals_function)) { in _mesa_hash_table_create()