Searched refs:xyzw (Results 1 – 5 of 5) sorted by relevance
67 TVec4<T> xyzw; member99 constexpr TQuaternion(no_init) : xyzw(TVec4<T>::NO_INIT) {} in TQuaternion()
243 out->xyzw = blurredPixel; in OneVFU4()336 out->xyzw = convert<uchar4>(blurredPixel); in OneHU4()
192 out->xyzw = blurredPixel; in OneVFU4()267 out->xyzw = convert_uchar4(blurredPixel); in OneHU4()
40 double4& v(q.xyzw); in TEST_F()
77 * v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...