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