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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp636 ir_expression *sign_expr = ir->operands[i]->as_expression(); local in function:ir_algebraic_visitor::handle_expression
639 if (!sign_expr || sign_expr->operation != ir_unop_sign ||
656 if (abs_expr->operands[0]->equals(sign_expr->operands[0])) {
658 mul(sign_expr, point_five)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp635 ir_expression *sign_expr = ir->operands[i]->as_expression(); local in function:ir_algebraic_visitor::handle_expression
638 if (!sign_expr || sign_expr->operation != ir_unop_sign ||
655 if (abs_expr->operands[0]->equals(sign_expr->operands[0])) {
657 mul(sign_expr, point_five)));

Completed in 24 milliseconds