Searched refs:then_branch (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_builder.cpp | 621 ir_instruction *then_branch) 623 assert(then_branch != NULL); 628 result->then_instructions.push_tail(then_branch); 634 ir_instruction *then_branch, 637 assert(then_branch != NULL); 643 result->then_instructions.push_tail(then_branch); 620 if_tree(operand condition,ir_instruction * then_branch) argument 633 if_tree(operand condition,ir_instruction * then_branch,ir_instruction * else_branch) argument
|
| H A D | ir_builder.h | 236 ir_instruction *then_branch); 238 ir_instruction *then_branch,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_builder.cpp | 621 ir_instruction *then_branch) 623 assert(then_branch != NULL); 628 result->then_instructions.push_tail(then_branch); 634 ir_instruction *then_branch, 637 assert(then_branch != NULL); 643 result->then_instructions.push_tail(then_branch); 620 if_tree(operand condition,ir_instruction * then_branch) argument 633 if_tree(operand condition,ir_instruction * then_branch,ir_instruction * else_branch) argument
|
| H A D | ir_builder.h | 236 ir_instruction *then_branch); 238 ir_instruction *then_branch,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 2832 midgard_instruction *then_branch = mir_last_in_block(ctx->current_block); local in function:emit_if 2833 then_branch->src[0] = mir_get_branch_cond(&nif->condition, &inv); 2834 then_branch->src_types[0] = nir_type_uint32; 2835 then_branch->branch.invert_conditional = !inv; 2861 then_branch->branch.target_block = after_else_idx; 2863 then_branch->branch.target_block = else_idx;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 2959 bi_instr *then_branch = bi_branchz_i16(&_b, local in function:emit_if 2980 then_branch->branch_target = ctx->after_block; 2983 then_branch->branch_target = else_block; 2994 bi_block_add_successor(before_block, then_branch->branch_target); /* then_branch */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 3683 midgard_instruction *then_branch = mir_last_in_block(ctx->current_block); local in function:emit_if 3707 then_branch->branch.target_block = after_else_idx; 3709 then_branch->branch.target_block = else_idx;
|
Completed in 37 milliseconds