/external/vulkan-validation-layers/libs/glm/gtc/ |
D | matrix_access.hpp | 55 GLM_FUNC_DECL typename genType::row_type row( 65 typename genType::row_type const & x);
|
D | matrix_access.inl | 36 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/ |
D | type_mat2x2.hpp | 47 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/ (
|
D | type_mat4x4.hpp | 48 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/ (
|
D | type_mat3x3.hpp | 47 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/ (
|
D | type_mat2x4.hpp | 48 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* (
|
D | type_mat2x3.hpp | 48 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* (
|
D | type_mat3x2.hpp | 48 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* (
|
D | type_mat4x2.hpp | 48 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* (
|
D | type_mat4x3.hpp | 48 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* (
|
D | type_mat3x4.hpp | 48 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* (
|
D | type_mat2x2.inl | 495 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/
|
D | type_mat3x3.inl | 590 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/
|
D | type_mat2x3.inl | 438 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(
|
D | type_mat2x4.inl | 441 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(
|
D | type_mat3x2.inl | 476 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(
|
D | type_mat4x4.inl | 654 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/
|
D | type_mat4x2.inl | 518 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(
|
D | type_mat3x4.inl | 475 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(
|
D | type_mat4x3.inl | 489 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/ |
D | simd_mat4.hpp | 67 typedef fvec4SIMD row_type; typedef
|
/external/mesa3d/src/glsl/ |
D | glsl_types.h | 419 const glsl_type *row_type() const in row_type() function
|
D | ast_to_hir.cpp | 293 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()
|