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

/external/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp523 * of x_operand.
532 ir_rvalue *x_operand = ir->operands[1 - mul_pos]; local
534 if (!neg->operands[0]->equals(x_operand))
540 if (x_operand->type != y_operand->type ||
541 x_operand->type != a_operand->type)
544 return lrp(x_operand, y_operand, a_operand);

Completed in 57 milliseconds