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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp871 ir_constant *outer_const = op_const[1 - op]; local in function:ir_algebraic_visitor::handle_expression
875 if (!inner_expr || !outer_const || (inner_expr->operation != op_cond))
897 outer_const->is_one())
903 outer_const->is_zero())
909 is_less_than_one(outer_const))
910 return saturate(expr(ir_binop_min, x, outer_const));
915 outer_const->is_zero())
921 is_greater_than_zero(outer_const))
922 return saturate(expr(ir_binop_max, x, outer_const));
927 outer_const
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp872 ir_constant *outer_const = op_const[1 - op]; local in function:ir_algebraic_visitor::handle_expression
876 if (!inner_expr || !outer_const || (inner_expr->operation != op_cond))
898 outer_const->is_one())
904 outer_const->is_zero())
910 is_less_than_one(outer_const))
911 return saturate(expr(ir_binop_min, x, outer_const));
916 outer_const->is_zero())
922 is_greater_than_zero(outer_const))
923 return saturate(expr(ir_binop_max, x, outer_const));
928 outer_const
[all...]

Completed in 7 milliseconds