HomeSort by relevance Sort by last modified time
    Searched refs:OP_CEIL (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 236 case OP_CEIL:
273 case OP_CEIL:
nv50_ir_target_nvc0.cpp 114 { OP_CEIL, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
439 case OP_CEIL:
574 case OP_CEIL:
nv50_ir_target_nv50.cpp 460 case OP_CEIL:
nv50_ir.h 72 OP_CEIL,
    [all...]
nv50_ir_emit_gm107.cpp 761 case OP_CEIL : rnd = ROUND_PI; break;
804 case OP_CEIL : rnd = ROUND_P; break;
846 case OP_CEIL : rnd = ROUND_P; break;
    [all...]
nv50_ir_emit_gk110.cpp 1062 case OP_CEIL: rnd = f2f ? ROUND_PI : ROUND_P; break;
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_emit_nvc0.cpp 1083 case OP_CEIL: i->rnd = f2f ? ROUND_PI : ROUND_P; break;
1140 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) {
    [all...]
nv50_ir_peephole.cpp     [all...]

Completed in 58 milliseconds