Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp182 case ROUND_P: code[1] |= 2 << 22; break; in roundMode_MAD()
1090 case ROUND_P: code[1] |= 0x00040000; break; in roundMode_CVT()
1107 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break; in emitCVT()
Dnv50_ir.h204 ROUND_P, // towards +inf enumerator
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp173 case ROUND_P: code[1] |= 2 << 23; break; in roundMode_A()
767 case ROUND_P: code[1] |= 2 << 17; break; in roundMode_C()
786 case ROUND_P: in roundMode_CS()
801 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break; in emitCVT()