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

  /external/skia/src/gpu/ops/
GrTextureOp.cpp 316 Sk4f xsrot = SkNx_shuffle<1, 2, 3, 0>(xs); local
319 Sk4f normYs = xs - xsrot;
320 Sk4f ds = xsrot * ys - ysrot * xs;
347 xsrot = SkNx_shuffle<3, 0, 1, 2>(normXs);
351 ys = normXs * dsrot - xsrot * ds;
352 ds = xsrot * normYs - ysrot * normXs;
    [all...]
  /external/skqp/src/gpu/ops/
GrTextureOp.cpp 321 Sk4f xsrot = SkNx_shuffle<1, 2, 3, 0>(xs); local
324 Sk4f normYs = xs - xsrot;
325 Sk4f ds = xsrot * ys - ysrot * xs;
352 xsrot = SkNx_shuffle<3, 0, 1, 2>(normXs);
356 ys = normXs * dsrot - xsrot * ds;
357 ds = xsrot * normYs - ysrot * normXs;
    [all...]

Completed in 558 milliseconds