Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dformats.c451 static struct hash_table *format_array_format_table; variable
457 _mesa_hash_table_destroy(format_array_format_table, NULL); in format_array_format_table_destroy()
473 format_array_format_table = _mesa_hash_table_create(NULL, NULL, in format_array_format_table_init()
476 if (!format_array_format_table) { in format_array_format_table_init()
493 _mesa_hash_table_insert_pre_hashed(format_array_format_table, in format_array_format_table_init()
511 if (!format_array_format_table) { in _mesa_format_from_array_format()
517 entry = _mesa_hash_table_search_pre_hashed(format_array_format_table, in _mesa_format_from_array_format()