Searched refs:then_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c588 if_stmt->then_type = vtn_get_branch_type(b, then_block,
596 block->branch_type = if_stmt->then_type;
603 } else if (if_stmt->then_type == vtn_branch_type_none &&
626 } else if (if_stmt->then_type != vtn_branch_type_none &&
636 if (if_stmt->then_type == vtn_branch_type_none) {
962 if (vtn_if->then_type == vtn_branch_type_none) {
966 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break);
H A Dvtn_private.h165 enum vtn_branch_type then_type; member in struct:vtn_if
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c748 if_stmt->then_type = vtn_handle_branch(b, &if_stmt->node, then_block);
749 if (if_stmt->then_type == vtn_branch_type_none) {
1112 if (vtn_if->then_type == vtn_branch_type_none) {
1116 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break);
H A Dvtn_private.h184 enum vtn_branch_type then_type; member in struct:vtn_if

Completed in 10 milliseconds