Searched refs:yxwz (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A D | SkVxTest.cpp | 231 REPORTER_ASSERT(r, all(f.yxwz().lo == skvx::shuffle<1,0>(f))); 232 REPORTER_ASSERT(r, all(f.yxwz().hi == skvx::shuffle<3,2>(f))); 237 REPORTER_ASSERT(r, f.yxwz().lo.lo.val == f.y()); 238 REPORTER_ASSERT(r, f.yxwz().lo.hi.val == f.x()); 239 REPORTER_ASSERT(r, f.yxwz().hi.lo.val == f.w()); 240 REPORTER_ASSERT(r, f.yxwz().hi.hi.val == f.z()); 255 REPORTER_ASSERT(r, all(skvx::pin(float4(0,1,2,3).yxwz(),
|
/third_party/skia/src/gpu/tessellate/ |
H A D | AffineMatrix.h | 36 return fScale * p0p1 + (fSkew * p0p1.yxwz() + fTrans); in map2Points()
|
H A D | WangsFormula.h | 105 return fScaleXYXY * vectors + fSkewXYXY * vectors.yxwz(); in operator ()()
|
/third_party/skia/include/private/ |
H A D | SkVx.h | 98 SKVX_ALWAYS_INLINE Vec<4,T> yxwz() const { return shuffle<1,0,3,2>(bit_pun<Vec<4,T>>(*this)); } in yxwz() function
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.hpp | 1833 Swizzle4<Vector4, 0x1032> yxwz; member
|
Completed in 10 milliseconds