Searched refs:OP_CEIL (Results 1 - 22 of 22) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_gm107.cpp | 247 case OP_CEIL: 285 case OP_CEIL:
|
| H A D | nv50_ir_target_nvc0.cpp | 114 { OP_CEIL, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 481 case OP_CEIL: 617 case OP_CEIL:
|
| H A D | nv50_ir_target_nv50.cpp | 465 case OP_CEIL:
|
| H A D | nv50_ir.h | 75 OP_CEIL, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gm107.cpp | 770 case OP_CEIL : rnd = ROUND_PI; break; 813 case OP_CEIL : rnd = ROUND_P; break; 855 case OP_CEIL : rnd = ROUND_P; break; 3419 case OP_CEIL:
|
| H A D | nv50_ir_emit_gk110.cpp | 1066 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break; 2615 case OP_CEIL:
|
| H A D | nv50_ir_emit_nv50.cpp | 1350 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break; 1935 case OP_CEIL:
|
| H A D | nv50_ir_emit_nvc0.cpp | 1089 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break; 1146 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { 2785 case OP_CEIL:
|
| H A D | nv50_ir_from_nir.cpp | 358 return OP_CEIL;
|
| H A D | nv50_ir_peephole.cpp | 2093 case OP_CEIL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_gm107.cpp | 247 case OP_CEIL: 285 case OP_CEIL:
|
| H A D | nv50_ir_target_nvc0.cpp | 114 { OP_CEIL, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 491 case OP_CEIL: 627 case OP_CEIL:
|
| H A D | nv50_ir_target_nv50.cpp | 476 case OP_CEIL:
|
| H A D | nv50_ir_emit_gv100.cpp | 262 case OP_CEIL : subop = 2; break; 1782 case OP_CEIL:
|
| H A D | nv50_ir.h | 77 OP_CEIL, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gm107.cpp | 799 case OP_CEIL : rnd = ROUND_PI; break; 842 case OP_CEIL : rnd = ROUND_P; break; 884 case OP_CEIL : rnd = ROUND_P; break; 3484 case OP_CEIL:
|
| H A D | nv50_ir_target_gv100.cpp | 245 case OP_CEIL:
|
| H A D | nv50_ir_emit_gk110.cpp | 1064 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break; 2622 case OP_CEIL:
|
| H A D | nv50_ir_emit_nv50.cpp | 1358 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break; 2022 case OP_CEIL:
|
| H A D | nv50_ir_emit_nvc0.cpp | 1087 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break; 1144 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { 2792 case OP_CEIL:
|
| H A D | nv50_ir_from_nir.cpp | 396 return OP_CEIL;
|
| H A D | nv50_ir_peephole.cpp | 2146 case OP_CEIL:
|
Completed in 60 milliseconds