Home
last modified time | relevance | path

Searched refs:zwxy (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A DSkVxTest.cpp233 REPORTER_ASSERT(r, all(f.zwxy().lo.lo == f.z()));
234 REPORTER_ASSERT(r, all(f.zwxy().lo.hi == f.w()));
235 REPORTER_ASSERT(r, all(f.zwxy().hi.lo == f.x()));
236 REPORTER_ASSERT(r, all(f.zwxy().hi.hi == f.y()));
249 float4(0,1,2,3).zwxy(),
252 float4(0,1,2,3).zwxy(),
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.cpp39 float4 middle = mix(ab, bc, mix(T, T.zwxy(), 2/3.f)); in chopAndWriteQuads()
123 float4 middle = mix(abc, bcd, T.zwxy()); // p1 & p2 of the middle cubic. in chopAndWriteCubics()
H A DPatchWriter.h165 float4 v = p0p1.zwxy() - p0p1; in operator <<()
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h111 AI ComplementRect(Rect rect) : fVals(-rect.fVals.zwxy()) {} in ComplementRect()
130 AI Rect makeSorted() const { return min(fVals, -fVals.zwxy()); } in makeSorted()
/third_party/skia/include/private/
H A DSkVx.h99 SKVX_ALWAYS_INLINE Vec<4,T> zwxy() const { return shuffle<2,3,0,1>(bit_pun<Vec<4,T>>(*this)); } in zwxy() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp1734 Swizzle4<Vector4, 0x2301> zwxy; member

Completed in 10 milliseconds