Searched refs:try_operand (Results 1 – 2 of 2) sorted by relevance
888 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() argument890 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()893 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()
1245 glsl_to_tgsi_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() argument1247 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()1250 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()