Searched refs:y_operand (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | opt_algebraic.cpp | 578 ir_rvalue *y_operand = inner_add->operands[1 - neg_pos]; local in function:ir_algebraic_visitor::handle_expression 582 x_operand->type != y_operand->type || 586 return lrp(x_operand, y_operand, a_operand); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | opt_algebraic.cpp | 578 ir_rvalue *y_operand = inner_add->operands[1 - neg_pos]; local in function:ir_algebraic_visitor::handle_expression 581 if (x_operand->type != y_operand->type || 585 return lrp(x_operand, y_operand, a_operand); |
Completed in 4 milliseconds