Searched refs:length_t (Results 1 – 25 of 38) sorted by relevance
12
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | matrix_query.inl | 19 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 …]
|
D | component_wise.inl | 16 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)
|
D | simd_mat4.hpp | 72 GLM_FUNC_DECL length_t length() const; 110 fvec4SIMD & operator[](length_t i); 111 fvec4SIMD const & operator[](length_t i) const;
|
D | simd_mat4.inl | 13 GLM_FUNC_QUALIFIER length_t fmat4x4SIMD::length() const 23 length_t i 33 length_t i
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | matrix_access.hpp | 57 length_t const & index); 64 length_t const & index, 72 length_t const & index); 79 length_t const & index,
|
D | matrix_access.inl | 35 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
|
D | ulp.inl | 227 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)
|
D | quaternion.hpp | 67 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;
|
D | quaternion.inl | 38 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/ |
D | type_mat2x4.hpp | 52 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;
|
D | type_mat2x3.hpp | 52 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;
|
D | type_mat3x2.hpp | 52 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;
|
D | type_mat4x2.hpp | 52 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;
|
D | type_mat3x4.hpp | 52 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;
|
D | type_mat2x2.hpp | 51 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;
|
D | type_mat4x4.hpp | 52 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;
|
D | type_mat3x3.hpp | 51 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;
|
D | type_vec1.hpp | 61 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;
|
D | type_vec2.hpp | 62 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;
|
D | type_vec3.hpp | 62 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;
|
D | type_vec4.hpp | 63 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;
|
D | type_mat2x3.inl | 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat2x3<T, P>::length() const 45 length_t i 56 length_t i
|
D | setup.hpp | 722 typedef std::size_t length_t; typedef 724 typedef int length_t;
|
D | type_mat2x4.inl | 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat2x4<T, P>::length() const 45 length_t i 56 length_t i
|
D | type_mat3x2.inl | 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat3x2<T, P>::length() const 45 length_t i 56 length_t i
|
12