Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dhash_table.c360 hash_table_insert(struct hash_table *ht, uint32_t hash,
430 hash_table_insert(struct hash_table *ht, uint32_t hash, in hash_table_insert() function
509 return hash_table_insert(ht, ht->key_hash_function(key), key, data); in _mesa_hash_table_insert()
517 return hash_table_insert(ht, hash, key, data); in _mesa_hash_table_insert_pre_hashed()
/aosp_15_r20/external/mesa3d/src/util/
H A Dhash_table.c360 hash_table_insert(struct hash_table *ht, uint32_t hash,
494 hash_table_insert(struct hash_table *ht, uint32_t hash, in hash_table_insert() function
517 return hash_table_insert(ht, ht->key_hash_function(key), key, data); in _mesa_hash_table_insert()
525 return hash_table_insert(ht, hash, key, data); in _mesa_hash_table_insert_pre_hashed()