Searched refs:mul_operand (Results 1 – 2 of 2) sorted by relevance
303 int mul_operand);305 int mul_operand);671 ir_to_mesa_visitor::try_emit_mad(ir_expression *ir, int mul_operand) in try_emit_mad() argument673 int nonmul_operand = 1 - mul_operand; in try_emit_mad()676 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()
366 int mul_operand);368 int mul_operand);1266 glsl_to_tgsi_visitor::try_emit_mad(ir_expression *ir, int mul_operand) in try_emit_mad() argument1268 int nonmul_operand = 1 - mul_operand; in try_emit_mad()1276 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()