Searched refs:mul_operand (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp302 int mul_operand);
304 int mul_operand);
744 ir_to_mesa_visitor::try_emit_mad(ir_expression *ir, int mul_operand) argument
746 int nonmul_operand = 1 - mul_operand;
749 ir_expression *expr = ir->operands[mul_operand]->as_expression();
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A 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) argument
673 int nonmul_operand = 1 - mul_operand;
676 ir_expression *expr = ir->operands[mul_operand]->as_expression();
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp365 int mul_operand);
367 int mul_operand);
1265 glsl_to_tgsi_visitor::try_emit_mad(ir_expression *ir, int mul_operand) argument
1267 int nonmul_operand = 1 - mul_operand;
1275 ir_expression *expr = ir->operands[mul_operand]->as_expression();
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp365 int mul_operand);
367 int mul_operand);
1344 glsl_to_tgsi_visitor::try_emit_mad(ir_expression *ir, int mul_operand) argument
1346 int nonmul_operand = 1 - mul_operand;
1354 ir_expression *expr = ir->operands[mul_operand]->as_expression();

Completed in 26 milliseconds