Searched refs:OP_FLOOR (Results 1 - 24 of 24) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_gm107.cpp | 249 case OP_FLOOR: 288 case OP_FLOOR:
|
| H A D | nv50_ir_target_nvc0.cpp | 115 { OP_FLOOR, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 482 case OP_FLOOR: 618 case OP_FLOOR:
|
| H A D | nv50_ir_target_nv50.cpp | 466 case OP_FLOOR:
|
| H A D | nv50_ir.h | 76 OP_FLOOR, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gm107.cpp | 769 case OP_FLOOR: rnd = ROUND_MI; break; 812 case OP_FLOOR: rnd = ROUND_M; break; 854 case OP_FLOOR: rnd = ROUND_M; break; 3418 case OP_FLOOR:
|
| H A D | nv50_ir_emit_gk110.cpp | 1067 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; 2616 case OP_FLOOR:
|
| H A D | nv50_ir_emit_nv50.cpp | 1351 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; 1936 case OP_FLOOR:
|
| H A D | nv50_ir_from_tgsi.cpp | 3283 val0 = mkOp1v(OP_FLOOR, TYPE_F32, getSSA(), src0); 3297 val1 = mkOp1v(OP_FLOOR, TYPE_F32, dst0[0] ? dst0[0] : getSSA(), val0); 3382 mkOp1(OP_FLOOR, TYPE_F32, val0, src0); 3995 mkOp1(OP_FLOOR, TYPE_F64, dst, src0);
|
| H A D | nv50_ir_emit_nvc0.cpp | 1090 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break; 1146 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { 2786 case OP_FLOOR:
|
| H A D | nv50_ir_from_nir.cpp | 391 return OP_FLOOR;
|
| H A D | nv50_ir_peephole.cpp | 2096 case OP_FLOOR:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_gm107.cpp | 249 case OP_FLOOR: 288 case OP_FLOOR:
|
| H A D | nv50_ir_target_nvc0.cpp | 115 { OP_FLOOR, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 492 case OP_FLOOR: 628 case OP_FLOOR:
|
| H A D | nv50_ir_target_nv50.cpp | 477 case OP_FLOOR:
|
| H A D | nv50_ir_emit_gv100.cpp | 261 case OP_FLOOR: subop = 1; break; 1784 case OP_FLOOR:
|
| H A D | nv50_ir.h | 78 OP_FLOOR, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gm107.cpp | 798 case OP_FLOOR: rnd = ROUND_MI; break; 841 case OP_FLOOR: rnd = ROUND_M; break; 883 case OP_FLOOR: rnd = ROUND_M; break; 3483 case OP_FLOOR:
|
| H A D | nv50_ir_target_gv100.cpp | 247 case OP_FLOOR:
|
| H A D | nv50_ir_emit_gk110.cpp | 1065 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; 2623 case OP_FLOOR:
|
| H A D | nv50_ir_emit_nv50.cpp | 1359 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; 2023 case OP_FLOOR:
|
| H A D | nv50_ir_from_tgsi.cpp | 3306 val0 = mkOp1v(OP_FLOOR, TYPE_F32, getSSA(), src0); 3320 val1 = mkOp1v(OP_FLOOR, TYPE_F32, dst0[0] ? dst0[0] : getSSA(), val0); 3405 mkOp1(OP_FLOOR, TYPE_F32, val0, src0); 4027 mkOp1(OP_FLOOR, TYPE_F64, dst, src0);
|
| H A D | nv50_ir_emit_nvc0.cpp | 1088 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break; 1144 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { 2793 case OP_FLOOR:
|
| H A D | nv50_ir_from_nir.cpp | 429 return OP_FLOOR;
|
| H A D | nv50_ir_peephole.cpp | 2149 case OP_FLOOR:
|
Completed in 64 milliseconds