/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat4x2.inl | 42 GLM_FUNC_QUALIFIER typename tmat4x2<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat4x2<T, P>::col_type const & 71 this->value[0] = col_type(One, Zero); 72 this->value[1] = col_type(Zero, One); 73 this->value[2] = col_type(Zero, Zero); 74 this->value[3] = col_type(Zero, Zero); 109 this->value[0] = col_type(s, Zero); 110 this->value[1] = col_type(Zero, s); 111 this->value[2] = col_type(Zero, Zero); 112 this->value[3] = col_type(Zero, Zero); [all …]
|
D | type_mat4x3.inl | 42 GLM_FUNC_QUALIFIER typename tmat4x3<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat4x3<T, P>::col_type const & 71 this->value[0] = col_type(One, Zero, Zero); 72 this->value[1] = col_type(Zero, One, Zero); 73 this->value[2] = col_type(Zero, Zero, One); 74 this->value[3] = col_type(Zero, Zero, Zero); 107 this->value[0] = col_type(s, Zero, Zero); 108 this->value[1] = col_type(Zero, s, Zero); 109 this->value[2] = col_type(Zero, Zero, s); 110 this->value[3] = col_type(Zero, Zero, Zero); [all …]
|
D | type_mat3x2.inl | 42 GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::col_type const & 69 this->value[0] = col_type(1, 0); 70 this->value[1] = col_type(0, 1); 71 this->value[2] = col_type(0, 0); 108 this->value[0] = col_type(s, 0); 109 this->value[1] = col_type(0, s); 110 this->value[2] = col_type(0, 0); 121 this->value[0] = col_type(x0, y0); 122 this->value[1] = col_type(x1, y1); [all …]
|
D | type_mat4x4.inl | 42 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::col_type const & 71 this->value[0] = col_type(One, Zero, Zero, Zero); 72 this->value[1] = col_type(Zero, One, Zero, Zero); 73 this->value[2] = col_type(Zero, Zero, One, Zero); 74 this->value[3] = col_type(Zero, Zero, Zero, One); 116 this->value[0] = col_type(s, Zero, Zero, Zero); 117 this->value[1] = col_type(Zero, s, Zero, Zero); 118 this->value[2] = col_type(Zero, Zero, s, Zero); 119 this->value[3] = col_type(Zero, Zero, Zero, s); [all …]
|
D | type_mat3x4.inl | 42 GLM_FUNC_QUALIFIER typename tmat3x4<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat3x4<T, P>::col_type const & 69 this->value[0] = col_type(1, 0, 0, 0); 70 this->value[1] = col_type(0, 1, 0, 0); 71 this->value[2] = col_type(0, 0, 1, 0); 109 this->value[0] = col_type(s, Zero, Zero, Zero); 110 this->value[1] = col_type(Zero, s, Zero, Zero); 111 this->value[2] = col_type(Zero, Zero, s, Zero); 122 this->value[0] = col_type(x0, y0, z0, w0); 123 this->value[1] = col_type(x1, y1, z1, w1); [all …]
|
D | type_mat3x3.inl | 42 GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::col_type const & 71 this->value[0] = col_type(One, Zero, Zero); 72 this->value[1] = col_type(Zero, One, Zero); 73 this->value[2] = col_type(Zero, Zero, One); 111 this->value[0] = col_type(s, Zero, Zero); 112 this->value[1] = col_type(Zero, s, Zero); 113 this->value[2] = col_type(Zero, Zero, s); 124 this->value[0] = col_type(x0, y0, z0); 125 this->value[1] = col_type(x1, y1, z1); [all …]
|
D | type_mat2x3.inl | 42 GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::col_type const & 69 this->value[0] = col_type(T(1), T(0), T(0)); 70 this->value[1] = col_type(T(0), T(1), T(0)); 105 this->value[0] = col_type(s, T(0), T(0)); 106 this->value[1] = col_type(T(0), s, T(0)); 116 this->value[0] = col_type(x0, y0, z0); 117 this->value[1] = col_type(x1, y1, z1); 123 col_type const & v0, 124 col_type const & v1 [all …]
|
D | type_mat2x4.inl | 42 GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::col_type const & 71 this->value[0] = col_type(One, Zero, Zero, Zero); 72 this->value[1] = col_type(Zero, One, Zero, Zero); 108 this->value[0] = col_type(s, Zero, Zero, Zero); 109 this->value[1] = col_type(Zero, s, Zero, Zero); 119 this->value[0] = col_type(x0, y0, z0, w0); 120 this->value[1] = col_type(x1, y1, z1, w1); 126 col_type const & v0, 127 col_type const & v1 [all …]
|
D | type_mat2x2.inl | 42 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::col_type & 53 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::col_type const & 69 this->value[0] = col_type(1, 0); 70 this->value[1] = col_type(0, 1); 106 this->value[0] = col_type(s, Zero); 107 this->value[1] = col_type(Zero, s); 117 this->value[0] = col_type(x0, y0); 118 this->value[1] = col_type(x1, y1); 124 col_type const & v0, 125 col_type const & v1 [all …]
|
D | type_mat4x4.hpp | 47 typedef tvec4<T, P> col_type; typedef 61 col_type value[4]; 80 col_type const & v0, 81 col_type const & v1, 82 col_type const & v2, 83 col_type const & v3); 120 GLM_FUNC_DECL col_type & operator[](length_t i); 121 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 198 GLM_FUNC_DECL typename tmat4x4<T, P>::col_type operator* ( 204 typename tmat4x4<T, P>::col_type const & v, [all …]
|
D | type_mat4x2.hpp | 47 typedef tvec2<T, P> col_type; typedef 56 col_type value[4]; 75 col_type const & v0, 76 col_type const & v1, 77 col_type const & v2, 78 col_type const & v3); 115 GLM_FUNC_DECL col_type & operator[](length_t i); 116 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 176 GLM_FUNC_DECL typename tmat4x2<T, P>::col_type operator* ( 182 typename tmat4x2<T, P>::col_type const & v,
|
D | type_mat4x3.hpp | 47 typedef tvec3<T, P> col_type; typedef 56 col_type value[4]; 75 col_type const & v0, 76 col_type const & v1, 77 col_type const & v2, 78 col_type const & v3); 115 GLM_FUNC_DECL col_type & operator[](size_type i); 116 GLM_FUNC_DECL col_type const & operator[](size_type i) const; 176 GLM_FUNC_DECL typename tmat4x3<T, P>::col_type operator* ( 182 typename tmat4x3<T, P>::col_type const & v,
|
D | type_mat3x2.hpp | 47 typedef tvec2<T, P> col_type; typedef 56 col_type value[3]; 74 col_type const & v0, 75 col_type const & v1, 76 col_type const & v2); 109 GLM_FUNC_DECL col_type & operator[](length_t i); 110 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 170 GLM_FUNC_DECL typename tmat3x2<T, P>::col_type operator* ( 176 typename tmat3x2<T, P>::col_type const & v,
|
D | type_mat3x3.hpp | 46 typedef tvec3<T, P> col_type; typedef 60 col_type value[3]; 79 col_type const & v0, 80 col_type const & v1, 81 col_type const & v2); 114 GLM_FUNC_DECL col_type & operator[](length_t i); 115 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 192 GLM_FUNC_DECL typename tmat3x3<T, P>::col_type operator* ( 198 typename tmat3x3<T, P>::col_type const & v, 227 GLM_FUNC_DECL typename tmat3x3<T, P>::col_type operator/ ( [all …]
|
D | type_mat2x2.hpp | 46 typedef tvec2<T, P> col_type; typedef 60 col_type value[2]; 79 col_type const & v1, 80 col_type const & v2); 111 GLM_FUNC_DECL col_type & operator[](length_t i); 112 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 189 GLM_FUNC_DECL typename tmat2x2<T, P>::col_type operator* ( 195 typename tmat2x2<T, P>::col_type const & v, 224 GLM_FUNC_DECL typename tmat2x2<T, P>::col_type operator/ ( 230 typename tmat2x2<T, P>::col_type const & v,
|
D | type_mat3x4.hpp | 47 typedef tvec4<T, P> col_type; typedef 56 col_type value[3]; 74 col_type const & v0, 75 col_type const & v1, 76 col_type const & v2); 109 GLM_FUNC_DECL col_type & operator[](length_t i); 110 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 170 GLM_FUNC_DECL typename tmat3x4<T, P>::col_type operator* ( 176 typename tmat3x4<T, P>::col_type const & v,
|
D | type_mat2x4.hpp | 47 typedef tvec4<T, P> col_type; typedef 56 col_type value[2]; 73 col_type const & v0, 74 col_type const & v1); 105 GLM_FUNC_DECL col_type & operator[](length_t i); 106 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 167 GLM_FUNC_DECL typename tmat2x4<T, P>::col_type operator* ( 173 typename tmat2x4<T, P>::col_type const & v,
|
D | type_mat2x3.hpp | 47 typedef tvec3<T, P> col_type; typedef 56 col_type value[2]; 73 col_type const & v0, 74 col_type const & v1); 103 GLM_FUNC_DECL col_type & operator[](length_t i); 104 GLM_FUNC_DECL col_type const & operator[](length_t i) const; 165 GLM_FUNC_DECL typename tmat2x3<T, P>::col_type operator* ( 171 typename tmat2x3<T, P>::col_type const & v,
|
D | type_gentype.inl | 145 typename base<vT, cT, rT, pT>::col_type const * const x 181 typename base<vT, cT, rT, pT>::col_type& base<vT, cT, rT, pT>::operator[] 190 typename base<vT, cT, rT, pT>::col_type const & base<vT, cT, rT, pT>::operator[]
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | matrix_access.hpp | 70 GLM_FUNC_DECL typename genType::col_type column( 80 typename genType::col_type const & x);
|
D | matrix_access.inl | 67 typename genType::col_type const & x 78 GLM_FUNC_QUALIFIER typename genType::col_type column
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | matrix_query.inl | 66 typename detail::tmat2x2<T, P>::col_type v; 82 typename detail::tmat3x3<T, P>::col_type v; 98 typename detail::tmat4x4<T, P>::col_type v;
|
D | simd_mat4.hpp | 66 typedef fvec4SIMD col_type; typedef
|
/external/mesa3d/src/glsl/ |
D | ast_function.cpp | 1022 const glsl_type *const col_type = var->type->column_type(); in emit_inline_matrix_constructor() local 1033 ir_rvalue *const rhs = new(ctx) ir_constant(col_type, &ident); in emit_inline_matrix_constructor()
|