Home
last modified time | relevance | path

Searched refs:row_type (Results 1 – 23 of 23) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtc/
Dmatrix_access.hpp55 GLM_FUNC_DECL typename genType::row_type row(
65 typename genType::row_type const & x);
Dmatrix_access.inl36 typename genType::row_type const & x
48 GLM_FUNC_QUALIFIER typename genType::row_type row
56 typename genType::row_type Result;
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat2x2.hpp47 typedef tvec2<T, P> row_type; typedef
191 typename tmat2x2<T, P>::row_type const & v);
194 GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator* (
226 typename tmat2x2<T, P>::row_type const & v);
229 GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator/ (
Dtype_mat4x4.hpp48 typedef tvec4<T, P> row_type; typedef
200 typename tmat4x4<T, P>::row_type const & v);
203 GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator* (
235 typename tmat4x4<T, P>::row_type const & v);
238 GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator/ (
Dtype_mat3x3.hpp47 typedef tvec3<T, P> row_type; typedef
194 typename tmat3x3<T, P>::row_type const & v);
197 GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator* (
229 typename tmat3x3<T, P>::row_type const & v);
232 GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator/ (
Dtype_mat2x4.hpp48 typedef tvec2<T, P> row_type; typedef
169 typename tmat2x4<T, P>::row_type const & v);
172 GLM_FUNC_DECL typename tmat2x4<T, P>::row_type operator* (
Dtype_mat2x3.hpp48 typedef tvec2<T, P> row_type; typedef
167 typename tmat2x3<T, P>::row_type const & v);
170 GLM_FUNC_DECL typename tmat2x3<T, P>::row_type operator* (
Dtype_mat3x2.hpp48 typedef tvec3<T, P> row_type; typedef
172 typename tmat3x2<T, P>::row_type const & v);
175 GLM_FUNC_DECL typename tmat3x2<T, P>::row_type operator* (
Dtype_mat4x2.hpp48 typedef tvec4<T, P> row_type; typedef
178 typename tmat4x2<T, P>::row_type const & v);
181 GLM_FUNC_DECL typename tmat4x2<T, P>::row_type operator* (
Dtype_mat4x3.hpp48 typedef tvec4<T, P> row_type; typedef
178 typename tmat4x3<T, P>::row_type const & v);
181 GLM_FUNC_DECL typename tmat4x3<T, P>::row_type operator* (
Dtype_mat3x4.hpp48 typedef tvec3<T, P> row_type; typedef
172 typename tmat3x4<T, P>::row_type const & v);
175 GLM_FUNC_DECL typename tmat3x4<T, P>::row_type operator* (
Dtype_mat2x2.inl495 typename tmat2x2<T, P>::row_type const & v
504 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator*
591 typename tmat2x2<T, P>::row_type & v
598 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator/
Dtype_mat3x3.inl590 typename tmat3x3<T, P>::row_type const & v
600 GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator*
606 return typename tmat3x3<T, P>::row_type(
720 typename tmat3x3<T, P>::row_type const & v
727 GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator/
Dtype_mat2x3.inl438 typename tmat2x3<T, P>::row_type const & v)
447 GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::row_type operator*
452 return typename tmat2x3<T, P>::row_type(
Dtype_mat2x4.inl441 typename tmat2x4<T, P>::row_type const & v
452 GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::row_type operator*
458 return typename tmat2x4<T, P>::row_type(
Dtype_mat3x2.inl476 typename tmat3x2<T, P>::row_type const & v)
484 GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::row_type operator*
489 return typename tmat3x2<T, P>::row_type(
Dtype_mat4x4.inl654 typename tmat4x4<T, P>::row_type const & v
699 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator*
705 return typename tmat4x4<T, P>::row_type(
809 typename tmat4x4<T, P>::row_type const & v
816 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator/
Dtype_mat4x2.inl518 typename tmat4x2<T, P>::row_type const & v
527 GLM_FUNC_QUALIFIER typename tmat4x2<T, P>::row_type operator*
533 return typename tmat4x2<T, P>::row_type(
Dtype_mat3x4.inl475 typename tmat3x4<T, P>::row_type const & v
486 GLM_FUNC_QUALIFIER typename tmat3x4<T, P>::row_type operator*
492 return typename tmat3x4<T, P>::row_type(
Dtype_mat4x3.inl489 typename tmat4x3<T, P>::row_type const & v)
498 GLM_FUNC_QUALIFIER typename tmat4x3<T, P>::row_type operator*
503 return typename tmat4x3<T, P>::row_type(
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_mat4.hpp67 typedef fvec4SIMD row_type; typedef
/external/mesa3d/src/glsl/
Dglsl_types.h419 const glsl_type *row_type() const in row_type() function
Dast_to_hir.cpp293 if (type_a->row_type() == type_b->column_type()) { in arithmetic_result_type()
302 type_b->row_type()->vector_elements); in arithmetic_result_type()
313 if (type_a->row_type() == type_b) { in arithmetic_result_type()
337 type_b->row_type()->vector_elements, in arithmetic_result_type()
1590 if (array->type->row_type()->vector_elements <= idx) { in hir()
1591 bound = array->type->row_type()->vector_elements; in hir()