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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 241 case OP_TRUNC:
290 case OP_TRUNC:
nv50_ir_target_nvc0.cpp 116 { OP_TRUNC, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
441 case OP_TRUNC:
576 case OP_TRUNC:
nv50_ir_target_nv50.cpp 462 case OP_TRUNC:
nv50_ir.h 74 OP_TRUNC,
    [all...]
nv50_ir_emit_gm107.cpp 762 case OP_TRUNC: rnd = ROUND_ZI; break;
805 case OP_TRUNC: rnd = ROUND_Z; break;
847 case OP_TRUNC: rnd = ROUND_Z; break;
    [all...]
nv50_ir_emit_gk110.cpp 1064 case OP_TRUNC: rnd = f2f ? ROUND_ZI : ROUND_Z; break;
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_emit_nvc0.cpp 1085 case OP_TRUNC: i->rnd = f2f ? ROUND_ZI : ROUND_Z; break;
1140 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) {
    [all...]
nv50_ir_lowering_nvc0.cpp     [all...]
nv50_ir_peephole.cpp     [all...]

Completed in 1345 milliseconds