Home
last modified time | relevance | path

Searched defs:yzw (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuVector.hpp139 …VecAccess<T, Size, 3> yzw (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 1, … in yzw() function in tcu::Vector
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp3276 Int4::Int4(int x, int yzw) in Int4()
3518 UInt4::UInt4(int x, int yzw) in UInt4()
4060 Float4::Float4(float x, float yzw) in Float4()
DReactor.hpp1649 SwizzleMask4<Vector4, 0x1233> yzw; member