Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat4x2.inl42 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 …]
Dtype_mat4x3.inl42 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 …]
Dtype_mat3x2.inl42 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 …]
Dtype_mat4x4.inl42 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 …]
Dtype_mat3x4.inl42 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 …]
Dtype_mat2x3.inl42 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 …]
Dtype_mat3x3.inl42 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 …]
Dtype_mat2x4.inl42 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 …]
Dtype_mat2x2.inl42 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 …]
Dtype_mat4x4.hpp47 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 …]
Dtype_mat4x2.hpp47 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,
Dtype_mat4x3.hpp47 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,
Dtype_mat3x2.hpp47 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,
Dtype_mat3x3.hpp46 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 …]
Dtype_mat2x2.hpp46 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,
Dtype_mat3x4.hpp47 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,
Dtype_mat2x4.hpp47 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,
Dtype_mat2x3.hpp47 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,
Dtype_gentype.inl145 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/
Dmatrix_access.hpp70 GLM_FUNC_DECL typename genType::col_type column(
80 typename genType::col_type const & x);
Dmatrix_access.inl67 typename genType::col_type const & x
78 GLM_FUNC_QUALIFIER typename genType::col_type column
/external/vulkan-validation-layers/libs/glm/gtx/
Dmatrix_query.inl66 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;
Dsimd_mat4.hpp66 typedef fvec4SIMD col_type; typedef
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1517 const glsl_type *const col_type = var->type->column_type(); in emit_inline_matrix_constructor() local
1521 if (!col_type->is_double()) { in emit_inline_matrix_constructor()
1535 ir_rvalue *const rhs = new(ctx) ir_constant(col_type, &ident); in emit_inline_matrix_constructor()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp590 const glsl_type *col_type = type->column_type(); in type_size_xvec4() local
592 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()