Searched refs:_swizzle_base2 (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
D | _swizzle.hpp | 87 struct _swizzle_base2 : public _swizzle_base1<ValueType, P, VecType,E0,E1,E2,E3,N> struct 92 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const ValueType& t) in operator =() argument 99 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const VecType& that) in operator =() argument 173 …struct _swizzle_base2<ValueType, P, VecType,N,E0,E1,E2,E3,1> : public _swizzle_base1<ValueType, P,… struct 179 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const &) { return *this; } in operator =() argument 192 …struct _swizzle : public _swizzle_base2<ValueType, P, VecType, N,E0,E1,E2,E3,(E0==E1||E0==E2||E0==… 194 …typedef _swizzle_base2<ValueType, P, VecType,N,E0,E1,E2,E3,(E0==E1||E0==E2||E0==E3||E1==E2||E1==E3…
|