Searched refs:ROUND_N (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_print.cpp639 if (rnd != ROUND_N)
H A Dnv50_ir_emit_gk110.cpp223 assert(rnd == ROUND_N || rnd == ROUND_NI);
242 assert(rnd == ROUND_N);
638 assert(i->rnd == ROUND_N);
H A Dnv50_ir_emit_nv50.cpp193 assert(insn->rnd == ROUND_N);
1337 assert(rnd == ROUND_N);
2102 if (i->op == OP_MUL && i->rnd != ROUND_N)
H A Dnv50_ir.h305 ROUND_N, // nearest enumerator in enum:nv50_ir::RoundMode
H A Dnv50_ir.cpp563 rnd = ROUND_N;
H A Dnv50_ir_emit_nvc0.cpp222 assert(insn->rnd == ROUND_N);
1034 case ROUND_N: break;
2861 if (i->rnd != ROUND_N)
H A Dnv50_ir_emit_gm107.cpp472 case ROUND_N : rm = 0; break;
H A Dnv50_ir_from_tgsi.cpp3077 tgsi.getOpcode() == TGSI_OPCODE_ARR ? ROUND_N : ROUND_M;

Completed in 158 milliseconds