Searched refs:x_operand (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp564 * of x_operand.
573 ir_rvalue *x_operand = ir->operands[1 - mul_pos]; local in function:ir_algebraic_visitor::handle_expression
575 if (!neg->operands[0]->equals(x_operand))
581 if (!x_operand->type->is_float_16_32_64() ||
582 x_operand->type != y_operand->type ||
583 x_operand->type != a_operand->type)
586 return lrp(x_operand, y_operand, a_operand);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp564 * of x_operand.
573 ir_rvalue *x_operand = ir->operands[1 - mul_pos]; local in function:ir_algebraic_visitor::handle_expression
575 if (!neg->operands[0]->equals(x_operand))
581 if (x_operand->type != y_operand->type ||
582 x_operand->type != a_operand->type)
585 return lrp(x_operand, y_operand, a_operand);

Completed in 7 milliseconds