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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gk110.cpp 224 rint = rnd == ROUND_NI;
226 assert(rnd == ROUND_N || rnd == ROUND_NI);
262 assert(rnd == ROUND_NI);
    [all...]
nv50_ir.h 314 ROUND_NI, // nearest integer
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_emit_gm107.cpp 479 case ROUND_NI: ri = 1;
    [all...]
nv50_ir_emit_nvc0.cpp 1050 case ROUND_NI: code[0] |= 1 << 7; break;
    [all...]

Completed in 57 milliseconds