Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp771 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() argument
773 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()
776 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1464 glsl_to_tgsi_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() argument
1466 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()
1469 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()