Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
D_swizzle.hpp52 struct _swizzle_base1 : public _swizzle_base0<T, N> struct
57 struct _swizzle_base1<T, P, V,E0,E1,-1,-2,2> : public _swizzle_base0<T, 2> struct
59 GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1)); } in operator ()()
63 struct _swizzle_base1<T, P, V,E0,E1,E2,-1,3> : public _swizzle_base0<T, 3> struct
65 …FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2)); } in operator ()()
69 struct _swizzle_base1<T, P, V,E0,E1,E2,E3,4> : public _swizzle_base0<T, 4> struct
71 … operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3)); } in operator ()()