Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c515 struct hash_table *block_to_case = _mesa_pointer_hash_table_create(b); in vtn_parse_switch() local
533 _mesa_hash_table_search(block_to_case, case_block); in vtn_parse_switch()
548 _mesa_hash_table_insert(block_to_case, case_block, cse); in vtn_parse_switch()
560 _mesa_hash_table_destroy(block_to_case, NULL); in vtn_parse_switch()