Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp302 bool try_emit_mad_for_and_not(ir_expression *ir,
771 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() function in ir_to_mesa_visitor
989 if (try_emit_mad_for_and_not(ir, 1)) in visit()
991 if (try_emit_mad_for_and_not(ir, 0)) in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp548 bool try_emit_mad_for_and_not(ir_expression *ir,
1464 glsl_to_tgsi_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() function in glsl_to_tgsi_visitor
1523 if (try_emit_mad_for_and_not(ir, 1)) in visit()
1525 if (try_emit_mad_for_and_not(ir, 0)) in visit()