Home
last modified time | relevance | path

Searched refs:ROUND_PI (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gk110.cpp218 case ROUND_PI: rint = true; /* fall through */ case ROUND_P: n = 2; break; in emitRoundMode()
255 case ROUND_PI: n = 2; break; in emitRoundModeI()
1022 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break; in emitCVT()
Dnv50_ir_emit_nv50.cpp1333 case ROUND_PI: code[1] |= 0x08040000; break; in roundMode_CVT()
1350 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break; in emitCVT()
Dnv50_ir.h312 ROUND_PI, // to integer towards +inf enumerator
Dnv50_ir_emit_nvc0.cpp1032 case ROUND_PI: code[0] |= 1 << 7; code[1] |= 2 << 17; break; in roundMode_C()
1048 case ROUND_PI: code[0] |= 2 << 16; break; in roundMode_CS()
1063 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break; in emitCVT()
Dnv50_ir_emit_gm107.cpp475 case ROUND_PI: ri = 1; in emitRND()
753 case OP_CEIL : rnd = ROUND_PI; break; in emitF2F()
Dnv50_ir_peephole.cpp1921 rnd = ROUND_PI; in handleCVT_CVT()