Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c459 add_vertex(struct vbo_save_context *save, struct hash_table *hash_to_index, in add_vertex() argument
463 if (!hash_to_index) in add_vertex()
472 struct hash_entry *entry = _mesa_hash_table_search(hash_to_index, key); in add_vertex()
482 uint32_t n = _mesa_hash_table_num_entries(hash_to_index); in add_vertex()
489 _mesa_hash_table_insert(hash_to_index, key, (void*)(uintptr_t)(n)); in add_vertex()