Home
last modified time | relevance | path

Searched refs:xyzw (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/math/include/math/
Dquat.h67 TVec4<T> xyzw; member
99 constexpr TQuaternion(no_init) : xyzw(TVec4<T>::NO_INIT) {} in TQuaternion()
/frameworks/rs/toolkit/
DBlur.cpp243 out->xyzw = blurredPixel; in OneVFU4()
336 out->xyzw = convert<uchar4>(blurredPixel); in OneHU4()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBlur.cpp192 out->xyzw = blurredPixel; in OneVFU4()
267 out->xyzw = convert_uchar4(blurredPixel); in OneHU4()
/frameworks/native/libs/math/tests/
Dquat_test.cpp40 double4& v(q.xyzw); in TEST_F()
/frameworks/rs/script_api/include/
Drs_value_types.rsh77 * v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...