Home
last modified time | relevance | path

Searched defs:tvec4 (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
23 typedef T value_type;
24 typedef tvec4<T, P> type;
25 typedef tvec4<bool, P> bool_type;
30 T x, y, z, w;
71 union { T x, r, s; };
72 union { T y, g, t; };
73 union { T z, b, p; };
74 union { T w, a, q; };
84 typedef length_t length_type;
[all …]
H A Dglm.cpp113 template struct tvec4<uint8, lowp>; variable
114 template struct tvec4<uint16, lowp>; variable
115 template struct tvec4<uint32, lowp>; variable
116 template struct tvec4<uint64, lowp>; variable
117 template struct tvec4<int8, lowp>; variable
118 template struct tvec4<int16, lowp>; variable
119 template struct tvec4<int32, lowp>; variable
120 template struct tvec4<int64, lowp>; variable
135 template struct tvec4<uint8, highp>; variable
139 template struct tvec4<int8, highp>; variable
[all …]
H A Dtype_vec4_simd.inl344 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4() function in glm::tvec4
351 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4() function in glm::tvec4
358 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4() function in glm::tvec4
366 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float s) : function in glm::tvec4
371 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float s) : function in glm::tvec4
376 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float s) : function in glm::tvec4
382 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_lowp>::tvec4(double s) : function in glm::tvec4
398 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 s) : function in glm::tvec4
408 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 s) : function in glm::tvec4
414 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_lowp>::tvec4(int64 s) : function in glm::tvec4
[all …]
H A Dtype_vec4.inl159 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4() function in glm::tvec4
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
182 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(ctor) function in glm::tvec4
186 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T scalar) function in glm::tvec4
191 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T a, T b, T c, T d) function in glm::tvec4
199 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(A a, B b, C c, D d) : function in glm::tvec4
219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) : function in glm::tvec4
273 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec3<A, Q> const & a, B b) : function in glm::tvec4
291 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(A a, tvec3<B, Q> const & b) : function in glm::tvec4
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
23 typedef T value_type;
24 typedef tvec4<T, P> type;
25 typedef tvec4<bool, P> bool_type;
30 T x, y, z, w;
71 union { T x, r, s; };
72 union { T y, g, t; };
73 union { T z, b, p; };
74 union { T w, a, q; };
84 typedef length_t length_type;
[all …]
H A Dglm.cpp113 template struct tvec4<uint8, lowp>; variable
114 template struct tvec4<uint16, lowp>; variable
115 template struct tvec4<uint32, lowp>; variable
116 template struct tvec4<uint64, lowp>; variable
117 template struct tvec4<int8, lowp>; variable
118 template struct tvec4<int16, lowp>; variable
119 template struct tvec4<int32, lowp>; variable
120 template struct tvec4<int64, lowp>; variable
135 template struct tvec4<uint8, highp>; variable
139 template struct tvec4<int8, highp>; variable
[all …]
H A Dtype_vec4_simd.inl344 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4() function in glm::tvec4
351 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4() function in glm::tvec4
358 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4() function in glm::tvec4
366 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float s) : function in glm::tvec4
371 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float s) : function in glm::tvec4
376 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float s) : function in glm::tvec4
382 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_lowp>::tvec4(double s) : function in glm::tvec4
398 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 s) : function in glm::tvec4
408 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 s) : function in glm::tvec4
414 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_lowp>::tvec4(int64 s) : function in glm::tvec4
[all …]
H A Dtype_vec4.inl159 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4() function in glm::tvec4
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
182 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(ctor) function in glm::tvec4
186 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T scalar) function in glm::tvec4
191 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T a, T b, T c, T d) function in glm::tvec4
199 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(A a, B b, C c, D d) : function in glm::tvec4
219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) : function in glm::tvec4
273 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec3<A, Q> const & a, B b) : function in glm::tvec4
291 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(A a, tvec3<B, Q> const & b) : function in glm::tvec4
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
23 typedef T value_type;
24 typedef tvec4<T, P> type;
25 typedef tvec4<bool, P> bool_type;
30 T x, y, z, w;
71 union { T x, r, s; };
72 union { T y, g, t; };
73 union { T z, b, p; };
74 union { T w, a, q; };
84 typedef length_t length_type;
[all …]
H A Dglm.cpp113 template struct tvec4<uint8, lowp>; variable
114 template struct tvec4<uint16, lowp>; variable
115 template struct tvec4<uint32, lowp>; variable
116 template struct tvec4<uint64, lowp>; variable
117 template struct tvec4<int8, lowp>; variable
118 template struct tvec4<int16, lowp>; variable
119 template struct tvec4<int32, lowp>; variable
120 template struct tvec4<int64, lowp>; variable
135 template struct tvec4<uint8, highp>; variable
139 template struct tvec4<int8, highp>; variable
[all …]
H A Dtype_vec4_simd.inl344 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4() function in glm::tvec4
351 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4() function in glm::tvec4
358 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4() function in glm::tvec4
366 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float s) : function in glm::tvec4
371 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float s) : function in glm::tvec4
376 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float s) : function in glm::tvec4
382 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_lowp>::tvec4(double s) : function in glm::tvec4
398 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 s) : function in glm::tvec4
408 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 s) : function in glm::tvec4
414 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_lowp>::tvec4(int64 s) : function in glm::tvec4
[all …]
H A Dtype_vec4.inl159 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4() function in glm::tvec4
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
182 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(ctor) function in glm::tvec4
186 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T scalar) function in glm::tvec4
191 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T a, T b, T c, T d) function in glm::tvec4
199 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(A a, B b, C c, D d) : function in glm::tvec4
219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) : function in glm::tvec4
273 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec3<A, Q> const & a, B b) : function in glm::tvec4
291 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(A a, tvec3<B, Q> const & b) : function in glm::tvec4
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
23 typedef T value_type;
24 typedef tvec4<T, P> type;
25 typedef tvec4<bool, P> bool_type;
30 T x, y, z, w;
71 union { T x, r, s; };
72 union { T y, g, t; };
73 union { T z, b, p; };
74 union { T w, a, q; };
84 typedef length_t length_type;
[all …]
H A Dglm.cpp113 template struct tvec4<uint8, lowp>; variable
114 template struct tvec4<uint16, lowp>; variable
115 template struct tvec4<uint32, lowp>; variable
116 template struct tvec4<uint64, lowp>; variable
117 template struct tvec4<int8, lowp>; variable
118 template struct tvec4<int16, lowp>; variable
119 template struct tvec4<int32, lowp>; variable
120 template struct tvec4<int64, lowp>; variable
135 template struct tvec4<uint8, highp>; variable
139 template struct tvec4<int8, highp>; variable
[all …]
H A Dtype_vec4_simd.inl344 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4() function in glm::tvec4
351 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4() function in glm::tvec4
358 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4() function in glm::tvec4
366 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float s) : function in glm::tvec4
371 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float s) : function in glm::tvec4
376 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float s) : function in glm::tvec4
382 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_lowp>::tvec4(double s) : function in glm::tvec4
398 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 s) : function in glm::tvec4
408 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 s) : function in glm::tvec4
414 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_lowp>::tvec4(int64 s) : function in glm::tvec4
[all …]
H A Dtype_vec4.inl159 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4() function in glm::tvec4
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
182 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(ctor) function in glm::tvec4
186 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T scalar) function in glm::tvec4
191 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T a, T b, T c, T d) function in glm::tvec4
199 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(A a, B b, C c, D d) : function in glm::tvec4
219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) : function in glm::tvec4
273 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec3<A, Q> const & a, B b) : function in glm::tvec4
291 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(A a, tvec3<B, Q> const & b) : function in glm::tvec4
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/core/
H A Dtype_vec4.hpp54 struct tvec4 struct
56 enum ctor
80 _GLM_SWIZZLE4_4_MEMBERS(value_type, glm::detail::tvec4<value_type>, x, y, z, w)
99 union {
102 union {
105 union {
108 union {
193 GLM_FUNC_DECL tvec4(glm::detail::swizzle<4, T, tvec4<T>, E0, E1, E2, E3> const & that) in tvec4() argument
205 …GLM_FUNC_DECL tvec4(T const & x, T const & y, glm::detail::swizzle<2, T, tvec2<T>, E0, E1, -1, -2>… in tvec4() function
223 GLM_FUNC_DECL tvec4(glm::detail::swizzle<3, T, tvec3<T>, E0, E1, E2, -1> const & v, T const & w) in tvec4() function
[all …]
H A Dtype_vec4.inl75 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
82 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
96 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
107 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
124 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
136 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
150 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
164 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
178 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
191 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtc/
H A Dhalf_float.hpp248 struct tvec4<half> struct
250 enum ctor
254 typedef half value_type;
255 typedef std::size_t size_type;
259 typedef tvec4<half> type;
260 typedef tvec4<bool> bool_type;
265 half x, y, z, w;
H A Dhalf_float.inl670 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
683 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
693 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
709 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
723 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
734 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
751 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
764 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
777 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
790 GLM_FUNC_QUALIFIER tvec4<half>::tvec4 function in glm::detail::tvec4
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libmatrix/
H A Dvec.h447 tvec4() : in tvec4() function
452 tvec4(const T t) : in tvec4() function
457 tvec4(const T x, const T y, const T z, const T w) : in tvec4() function
462 tvec4(const tvec4& v) : in tvec4() function
/dports/benchmarks/glmark2/glmark2-2021.12/src/libmatrix/
H A Dvec.h447 tvec4() : in tvec4() function
452 tvec4(const T t) : in tvec4() function
457 tvec4(const T x, const T y, const T z, const T w) : in tvec4() function
462 tvec4(const tvec4& v) : in tvec4() function
/dports/games/cake/cake_src/cake/
H A Dbezierpatch.cpp86 vec4_t tvec4; in Patch_Evaluate_QuadricBezier() local
/dports/devel/upp/upp/uppsrc/plugin/glm/detail/
H A Dqualifier.hpp43 template <typename T, qualifier Q = defaultp> using tvec4 = vec<4, T, Q>; typedef
/dports/math/glm/glm-0.9.9.8/glm/detail/
H A Dqualifier.hpp43 template <typename T, qualifier Q = defaultp> using tvec4 = vec<4, T, Q>; typedef

12