Searched refs:vtn_emit_branch (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 929 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch() function 1074 vtn_emit_branch(b, block->branch_type, in vtn_emit_cf_list_structured() 1095 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break); in vtn_emit_cf_list_structured() 1103 vtn_emit_branch(b, vtn_if->else_type, switch_fall_var, &sw_break); in vtn_emit_cf_list_structured()
|