Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dtype_vec3.hpp47 struct tvec3 struct
52 enum ctor{_null};
54 typedef tvec3<T, P> type;
55 typedef tvec3<bool, P> bool_type;
56 typedef T value_type;
57 typedef int size_type;
69 {
85 union { T x, r, s; };
86 union { T y, g, t; };
87 union { T z, b, p; };
[all …]
Dglm.cpp109 template struct tvec3<uint8, lowp>; variable
110 template struct tvec3<uint16, lowp>; variable
111 template struct tvec3<uint32, lowp>; variable
112 template struct tvec3<uint64, lowp>; variable
113 template struct tvec3<int8, lowp>; variable
114 template struct tvec3<int16, lowp>; variable
115 template struct tvec3<int32, lowp>; variable
116 template struct tvec3<int64, lowp>; variable
117 template struct tvec3<float32, lowp>; variable
118 template struct tvec3<float64, lowp>; variable
[all …]
Dtype_vec3.inl59 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3() : function in glm::detail::tvec3
66 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3(tvec3<T, P> const & v) : function in glm::detail::tvec3
74 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3(tvec3<T, Q> const & v) : function in glm::detail::tvec3
84 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3(ctor) function in glm::detail::tvec3
88 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3(T const & s) : function in glm::detail::tvec3
95 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3 function in glm::detail::tvec3
111 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3 function in glm::detail::tvec3
127 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3 function in glm::detail::tvec3
139 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3 function in glm::detail::tvec3
151 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3 function in glm::detail::tvec3
[all …]