HomeSort by relevance Sort by last modified time
    Searched refs:eval_const_op (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_expr.h 81 bool eval_const_op(unsigned op, literal &r, literal cv0, literal cv1);
sb_expr.cpp 548 bool expr_handler::eval_const_op(unsigned op, literal &r, function in class:r600_sb::expr_handler
626 if (!eval_const_op(op, cr, literal(0), literal(0)))
645 eval_const_op(op, cr, cr, arg);
671 eval_const_op(op, cr, cr, arg);
679 eval_const_op(op, cr, cr, arg);
807 if (!eval_const_op(n.bc.op, dv, cv0, cv1))

Completed in 7155 milliseconds