Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c502 struct hash_table *block_to_case = _mesa_pointer_hash_table_create(b); in vtn_parse_switch() local
520 _mesa_hash_table_search(block_to_case, case_block); in vtn_parse_switch()
535 _mesa_hash_table_insert(block_to_case, case_block, cse); in vtn_parse_switch()
547 _mesa_hash_table_destroy(block_to_case, NULL); in vtn_parse_switch()