Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp249 case OP_FLOOR: in getLatency()
288 case OP_FLOOR: in getReadLatency()
Dnv50_ir_target_nvc0.cpp115 { OP_FLOOR, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
488 case OP_FLOOR: in isModSupported()
624 case OP_FLOOR: in getThroughput()
Dnv50_ir_target_nv50.cpp466 case OP_FLOOR: in isModSupported()
Dnv50_ir_target_gv100.cpp247 case OP_FLOOR: in getOpInfo()
Dnv50_ir_emit_gv100.cpp261 case OP_FLOOR: subop = 1; break; in emitFRND()
1743 case OP_FLOOR: in emitInstruction()
Dnv50_ir_emit_gm107.cpp798 case OP_FLOOR: rnd = ROUND_MI; break; in emitF2F()
841 case OP_FLOOR: rnd = ROUND_M; break; in emitF2I()
883 case OP_FLOOR: rnd = ROUND_M; break; in emitI2F()
3474 case OP_FLOOR: in emitInstruction()
Dnv50_ir_emit_nv50.cpp1351 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT()
1936 case OP_FLOOR: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp1090 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT()
1146 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { in emitCVT()
2786 case OP_FLOOR: in emitInstruction()
Dnv50_ir.h78 OP_FLOOR, enumerator
Dnv50_ir_from_tgsi.cpp3247 val0 = mkOp1v(OP_FLOOR, TYPE_F32, getSSA(), src0); in handleInstruction()
3261 val1 = mkOp1v(OP_FLOOR, TYPE_F32, dst0[0] ? dst0[0] : getSSA(), val0); in handleInstruction()
3346 mkOp1(OP_FLOOR, TYPE_F32, val0, src0); in handleInstruction()
3966 mkOp1(OP_FLOOR, TYPE_F64, dst, src0); in handleInstruction()
Dnv50_ir_emit_gk110.cpp1067 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT()
2616 case OP_FLOOR: in emitInstruction()
Dnv50_ir_from_nir.cpp427 return OP_FLOOR; in getOperation()
Dnv50_ir_peephole.cpp2132 case OP_FLOOR: in handleCVT_CVT()