Searched refs:try_operand (Results 1 – 2 of 2) sorted by relevance
771 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() argument773 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()776 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()
1464 glsl_to_tgsi_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() argument1466 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()1469 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()