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