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

/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp888 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) argument
890 const int other_operand = 1 - try_operand;
893 ir_expression *expr = ir->operands[try_operand]->as_expression();
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1245 glsl_to_tgsi_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) argument
1247 const int other_operand = 1 - try_operand;
1250 ir_expression *expr = ir->operands[try_operand]->as_expression();

Completed in 125 milliseconds