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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h319 bool try_emit_mad(ir_expression *ir, int mul_arg);
H A Dbrw_fs_visitor.cpp217 fs_visitor::try_emit_mad(ir_expression *ir, int mul_arg) argument
227 ir_rvalue *nonmul = ir->operands[1 - mul_arg];
228 ir_expression *mul = ir->operands[mul_arg]->as_expression();
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h319 bool try_emit_mad(ir_expression *ir, int mul_arg);
H A Dbrw_fs_visitor.cpp217 fs_visitor::try_emit_mad(ir_expression *ir, int mul_arg) argument
227 ir_rvalue *nonmul = ir->operands[1 - mul_arg];
228 ir_expression *mul = ir->operands[mul_arg]->as_expression();

Completed in 128 milliseconds