Searched refs:ir_binop_max (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/src/compiler/
H A Dir_expression_operation.h151 ir_binop_max, enumerator in enum:ir_expression_operation
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_minmax.cpp290 expr->operation == ir_binop_max)) {
315 expr->operation == ir_binop_max);
387 op_expr->operation == ir_binop_max)) {
418 op_expr->operation == ir_binop_max)) {
463 expr->operation != ir_binop_max))
H A Dopt_algebraic.cpp863 case ir_binop_max:
873 ir_expression_operation op_cond = (ir->operation == ir_binop_max) ?
874 ir_binop_min : ir_binop_max;
902 if (ir->operation == ir_binop_max &&
914 if (ir->operation == ir_binop_max &&
920 if (ir->operation == ir_binop_max &&
923 return saturate(expr(ir_binop_max, x, outer_const));
929 return saturate(expr(ir_binop_max, x, inner_const));
H A Dopt_rebalance_tree.cpp178 case ir_binop_max:
H A Dir_builder.cpp221 return expr(ir_binop_max, a, b);
278 return expr(ir_binop_min, expr(ir_binop_max, a, b), c);
H A Dir.cpp450 case ir_binop_max:
1989 if (!expr || expr->operation != ir_binop_max)
H A Dlower_ubo_reference.cpp783 ir_expression(ir_binop_max, div, new(mem_ctx) ir_constant(0));
H A Dir_validate.cpp619 case ir_binop_max:
H A Dglsl_to_nir.cpp2149 case ir_binop_max:
H A Dlower_instructions.cpp835 * ir_binop_min (ir_binop_max(x, 0.0), 1.0)
840 ir->operands[0] = new(ir) ir_expression(ir_binop_max, ir->operands[0]->type,
/xsrc/external/mit/MesaLib/src/compiler/
H A Dir_expression_operation.h168 ir_binop_max, enumerator in enum:ir_expression_operation
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp862 case ir_binop_max:
872 ir_expression_operation op_cond = (ir->operation == ir_binop_max) ?
873 ir_binop_min : ir_binop_max;
901 if (ir->operation == ir_binop_max &&
913 if (ir->operation == ir_binop_max &&
919 if (ir->operation == ir_binop_max &&
922 return saturate(expr(ir_binop_max, x, outer_const));
928 return saturate(expr(ir_binop_max, x, inner_const));
H A Dopt_minmax.cpp335 expr->operation == ir_binop_max)) {
360 expr->operation == ir_binop_max);
432 op_expr->operation == ir_binop_max)) {
463 op_expr->operation == ir_binop_max)) {
508 expr->operation != ir_binop_max))
H A Dopt_rebalance_tree.cpp178 case ir_binop_max:
H A Dir_builder.cpp221 return expr(ir_binop_max, a, b);
278 return expr(ir_binop_min, expr(ir_binop_max, a, b), c);
H A Dlower_ubo_reference.cpp785 ir_expression(ir_binop_max, div, new(mem_ctx) ir_constant(0));
H A Dir.cpp492 case ir_binop_max:
2318 if (!expr || expr->operation != ir_binop_max)
H A Dir_validate.cpp721 case ir_binop_max:
H A Dglsl_to_nir.cpp2175 case ir_binop_max:
H A Dlower_instructions.cpp842 * ir_binop_min (ir_binop_max(x, 0.0), 1.0)
849 ir->operands[0] = new(ir) ir_expression(ir_binop_max, ir->operands[0]->type,
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h1618 case ir_binop_max:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp1320 case ir_binop_max:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp1238 case ir_binop_max:
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h1870 case ir_binop_max:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1939 case ir_binop_max:

Completed in 65 milliseconds

12