Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c783 if_stmt->then_type = vtn_handle_branch(b, &if_stmt->node, then_block); in vtn_process_block()
784 if (if_stmt->then_type == vtn_branch_type_none) { in vtn_process_block()
1141 if (vtn_if->then_type == vtn_branch_type_none) { in vtn_emit_cf_list_structured()
1145 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break); in vtn_emit_cf_list_structured()
1155 if (vtn_if->then_type == vtn_branch_type_none) { in vtn_emit_cf_list_structured()
1159 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break); in vtn_emit_cf_list_structured()
Dvtn_private.h184 enum vtn_branch_type then_type; member