HomeSort by relevance Sort by last modified time
    Searched full:neg_mul (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 864 const int neg_mul = i->src(0).mod.neg() ^ i->src(1).mod.neg(); local
871 assert(!neg_mul && !neg_add);
873 code[1] = neg_mul << 26;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 864 const int neg_mul = i->src(0).mod.neg() ^ i->src(1).mod.neg(); local
871 assert(!neg_mul && !neg_add);
873 code[1] = neg_mul << 26;
    [all...]

Completed in 71 milliseconds