Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gk110.cpp70 void emitRoundMode(RoundMode, const int pos, const int rintPos);
172 #define RND_(b, t) emitRoundMode##t(i->rnd, 0x##b)
211 CodeEmitterGK110::emitRoundMode(RoundMode rnd, const int pos, const int rintPos) in emitRoundMode() function in nv50_ir::CodeEmitterGK110
1054 emitRoundMode(rnd, 32 + 10, f2f ? (32 + 13) : -1); in emitCVT()