Home
last modified time | relevance | path

Searched refs:length_t (Results 1 – 25 of 38) sorted by relevance

12

/external/vulkan-validation-layers/libs/glm/gtx/
Dmatrix_query.inl19 for(length_t i = 0; result && i < 2 ; ++i)
28 for(length_t i = 0; result && i < 3 ; ++i)
37 for(length_t i = 0; result && i < 4 ; ++i)
46 for(length_t i(0); result && i < m[0].length(); ++i)
48 for(length_t j(0); result && j < i ; ++j)
52 for(length_t j(i + 1); result && j < m.length(); ++j)
62 for(length_t i(0); result && i < m.length(); ++i)
64 for(length_t i(0); result && i < m.length(); ++i)
67 for(length_t j(0); j < m.length(); ++j)
78 for(length_t i(0); result && i < m.length(); ++i)
[all …]
Dcomponent_wise.inl16 for(length_t i = 0; i < v.length(); ++i)
25 for(length_t i = 0; i < v.length(); ++i)
34 for(length_t i = 1; i < v.length(); ++i)
43 for(length_t i = 1; i < v.length(); ++i)
Dsimd_mat4.hpp72 GLM_FUNC_DECL length_t length() const;
110 fvec4SIMD & operator[](length_t i);
111 fvec4SIMD const & operator[](length_t i) const;
Dsimd_mat4.inl13 GLM_FUNC_QUALIFIER length_t fmat4x4SIMD::length() const
23 length_t i
33 length_t i
/external/vulkan-validation-layers/libs/glm/gtc/
Dmatrix_access.hpp57 length_t const & index);
64 length_t const & index,
72 length_t const & index);
79 length_t const & index,
Dmatrix_access.inl35 length_t const & index,
42 for(length_t i = 0; i < m.length(); ++i)
51 length_t const & index
57 for(length_t i = 0; i < m.length(); ++i)
66 length_t const & index,
81 length_t const & index
Dulp.inl227 for(length_t i = 0; i < Result.length(); ++i)
258 for(length_t i = 0; i < Result.length(); ++i)
276 for(length_t i = 0; i < Result.length(); ++i)
294 for(length_t i = 0; i < Result.length(); ++i)
334 for(length_t i = 0; i < Result.length(); ++i)
Dquaternion.hpp67 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
103 GLM_FUNC_DECL T & operator[](length_t i);
104 GLM_FUNC_DECL T const & operator[](length_t i) const;
Dquaternion.inl38 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tquat<T, P>::length() const
161 GLM_FUNC_QUALIFIER T & tquat<T, P>::operator[] (length_t i)
168 GLM_FUNC_QUALIFIER T const & tquat<T, P>::operator[] (length_t i) const
861 for(length_t i = 0; i < x.length(); ++i)
874 for(length_t i = 0; i < x.length(); ++i)
887 for(length_t i = 0; i < x.length(); ++i)
900 for(length_t i = 0; i < x.length(); ++i)
913 for(length_t i = 0; i < x.length(); ++i)
926 for(length_t i = 0; i < x.length(); ++i)
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat2x4.hpp52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
105 GLM_FUNC_DECL col_type & operator[](length_t i);
106 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_mat2x3.hpp52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
103 GLM_FUNC_DECL col_type & operator[](length_t i);
104 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_mat3x2.hpp52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
109 GLM_FUNC_DECL col_type & operator[](length_t i);
110 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_mat4x2.hpp52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
115 GLM_FUNC_DECL col_type & operator[](length_t i);
116 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_mat3x4.hpp52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
109 GLM_FUNC_DECL col_type & operator[](length_t i);
110 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_mat2x2.hpp51 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
111 GLM_FUNC_DECL col_type & operator[](length_t i);
112 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_mat3x3.hpp51 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
114 GLM_FUNC_DECL col_type & operator[](length_t i);
115 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_mat4x4.hpp52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
120 GLM_FUNC_DECL col_type & operator[](length_t i);
121 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
Dtype_vec1.hpp61 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
71 GLM_FUNC_DECL T & operator[](length_t i);
72 GLM_FUNC_DECL T const & operator[](length_t i) const;
Dtype_vec2.hpp62 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
96 GLM_FUNC_DECL T & operator[](length_t i);
97 GLM_FUNC_DECL T const & operator[](length_t i) const;
Dtype_vec3.hpp62 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
97 GLM_FUNC_DECL T & operator[](length_t i);
98 GLM_FUNC_DECL T const & operator[](length_t i) const;
Dtype_vec4.hpp63 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
99 GLM_FUNC_DECL T & operator[](length_t i);
100 GLM_FUNC_DECL T const & operator[](length_t i) const;
Dtype_mat2x3.inl33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat2x3<T, P>::length() const
45 length_t i
56 length_t i
Dsetup.hpp722 typedef std::size_t length_t; typedef
724 typedef int length_t;
Dtype_mat3x2.inl33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat3x2<T, P>::length() const
45 length_t i
56 length_t i
Dtype_mat2x2.inl33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat2x2<T, P>::length() const
45 length_t i
56 length_t i

12