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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp872 ir_expression_operation op_cond = (ir->operation == ir_binop_max) ? local in function:ir_algebraic_visitor::handle_expression
875 if (!inner_expr || !outer_const || (inner_expr->operation != op_cond))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp873 ir_expression_operation op_cond = (ir->operation == ir_binop_max) ? local in function:ir_algebraic_visitor::handle_expression
876 if (!inner_expr || !outer_const || (inner_expr->operation != op_cond))

Completed in 7 milliseconds