Home
last modified time | relevance | path

Searched refs:mul_operand (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp303 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() argument
673 int nonmul_operand = 1 - mul_operand; in try_emit_mad()
676 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp366 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() argument
1268 int nonmul_operand = 1 - mul_operand; in try_emit_mad()
1276 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()