Searched defs:tvec4 (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_vec4.hpp | 48 struct tvec4 struct 53 enum ctor{_null}; 55 typedef tvec4<T, P> type; 56 typedef tvec4<bool, P> bool_type; 57 typedef T value_type; 58 typedef int size_type; 70 { 86 union { T x, r, s; }; 87 union { T y, g, t; }; 88 union { T z, b, p; }; [all …]
|
D | glm.cpp | 143 template struct tvec4<uint8, lowp>; variable 144 template struct tvec4<uint16, lowp>; variable 145 template struct tvec4<uint32, lowp>; variable 146 template struct tvec4<uint64, lowp>; variable 147 template struct tvec4<int8, lowp>; variable 148 template struct tvec4<int16, lowp>; variable 149 template struct tvec4<int32, lowp>; variable 150 template struct tvec4<int64, lowp>; variable 151 template struct tvec4<float32, lowp>; variable 152 template struct tvec4<float64, lowp>; variable [all …]
|
D | type_vec4.inl | 59 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4() : function in glm::detail::tvec4 67 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4(tvec4<T, P> const & v) : function in glm::detail::tvec4 76 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4(tvec4<T, Q> const & v) : function in glm::detail::tvec4 87 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4(ctor) function in glm::detail::tvec4 91 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4(T const & s) : function in glm::detail::tvec4 99 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4 function in glm::detail::tvec4 117 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4 function in glm::detail::tvec4 132 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4 function in glm::detail::tvec4 147 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4 function in glm::detail::tvec4 161 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4 function in glm::detail::tvec4 [all …]
|