Searched refs:then_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 588 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 D | vtn_private.h | 165 enum vtn_branch_type then_type; member in struct:vtn_if
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 748 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 D | vtn_private.h | 184 enum vtn_branch_type then_type; member in struct:vtn_if
|
Completed in 10 milliseconds