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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gk110.cpp 221 case ROUND_PI: rint = true; /* fall through */ case ROUND_P: n = 2; break;
241 case ROUND_P: n = 2; break;
1062 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break;
    [all...]
nv50_ir_emit_nv50.cpp 190 case ROUND_P: code[1] |= 2 << 22; break;
    [all...]
nv50_ir.h 313 ROUND_P, // towards +inf
    [all...]
nv50_ir_emit_nvc0.cpp 224 case ROUND_P: code[1] |= 2 << 23; break;
1048 case ROUND_P: code[1] |= 2 << 17; break;
1067 case ROUND_P:
1083 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break;
    [all...]
nv50_ir_emit_gm107.cpp 484 case ROUND_P : rm = 2; break;
804 case OP_CEIL : rnd = ROUND_P; break;
846 case OP_CEIL : rnd = ROUND_P; break;
    [all...]

Completed in 558 milliseconds