Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp673 int nonmul_operand = 1 - mul_operand; in try_emit_mad() local
684 ir->operands[nonmul_operand]->accept(this); in try_emit_mad()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1268 int nonmul_operand = 1 - mul_operand; in try_emit_mad() local
1284 ir->operands[nonmul_operand]->accept(this); in try_emit_mad()