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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp784 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) argument
786 const int other_operand = 1 - try_operand;
789 ir_expression *expr = ir->operands[try_operand]->as_expression();
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp711 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) argument
713 const int other_operand = 1 - try_operand;
716 ir_expression *expr = ir->operands[try_operand]->as_expression();
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1313 int try_operand)
1315 const int other_operand = 1 - try_operand;
1318 ir_expression *expr = ir->operands[try_operand]->as_expression();
1312 try_emit_mad_for_and_not(ir_expression * ir,int try_operand) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1392 int try_operand)
1394 const int other_operand = 1 - try_operand;
1397 ir_expression *expr = ir->operands[try_operand]->as_expression();
1391 try_emit_mad_for_and_not(ir_expression * ir,int try_operand) argument

Completed in 25 milliseconds