/external/vulkan-validation-layers/libs/glm/gtc/ |
matrix_access.hpp | 55 GLM_FUNC_DECL typename genType::row_type row( 65 typename genType::row_type const & x);
|
/external/vulkan-validation-layers/libs/glm/detail/ |
type_mat2x2.hpp | 47 typedef tvec2<T, P> row_type; typedef in struct:glm::detail::tmat2x2 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/ (
|
type_mat2x3.hpp | 48 typedef tvec2<T, P> row_type; typedef in struct:glm::detail::tmat2x3 167 typename tmat2x3<T, P>::row_type const & v); 170 GLM_FUNC_DECL typename tmat2x3<T, P>::row_type operator* (
|
type_mat3x2.hpp | 48 typedef tvec3<T, P> row_type; typedef in struct:glm::detail::tmat3x2 172 typename tmat3x2<T, P>::row_type const & v); 175 GLM_FUNC_DECL typename tmat3x2<T, P>::row_type operator* (
|
type_mat3x3.hpp | 47 typedef tvec3<T, P> row_type; typedef in struct:glm::detail::tmat3x3 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/ (
|
type_mat4x4.hpp | 48 typedef tvec4<T, P> row_type; typedef in struct:glm::detail::tmat4x4 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/ (
|
type_mat2x4.hpp | 48 typedef tvec2<T, P> row_type; typedef in struct:glm::detail::tmat2x4 169 typename tmat2x4<T, P>::row_type const & v); 172 GLM_FUNC_DECL typename tmat2x4<T, P>::row_type operator* (
|
type_mat3x4.hpp | 48 typedef tvec3<T, P> row_type; typedef in struct:glm::detail::tmat3x4 172 typename tmat3x4<T, P>::row_type const & v); 175 GLM_FUNC_DECL typename tmat3x4<T, P>::row_type operator* (
|
type_mat4x2.hpp | 48 typedef tvec4<T, P> row_type; typedef in struct:glm::detail::tmat4x2 178 typename tmat4x2<T, P>::row_type const & v); 181 GLM_FUNC_DECL typename tmat4x2<T, P>::row_type operator* (
|
type_mat4x3.hpp | 48 typedef tvec4<T, P> row_type; typedef in struct:glm::detail::tmat4x3 178 typename tmat4x3<T, P>::row_type const & v); 181 GLM_FUNC_DECL typename tmat4x3<T, P>::row_type operator* (
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
simd_mat4.hpp | 67 typedef fvec4SIMD row_type; typedef
|
/frameworks/native/include/ui/ |
mat4.h | 49 typedef tvec4<T> row_type; typedef in class:android::tmat44 56 enum { ROW_SIZE = row_type::SIZE }; 351 typename tmat44<U>::row_type PURE operator *(const tvec4<U>& rv, const tmat44<T>& lv) { 352 typename tmat44<U>::row_type result(tmat44<U>::row_type::NO_INIT);
|
/external/mesa3d/src/glsl/ |
glsl_types.h | 419 const glsl_type *row_type() const function in struct:glsl_type
|
ast_to_hir.cpp | 293 if (type_a->row_type() == type_b->column_type()) { 302 type_b->row_type()->vector_elements); 313 if (type_a->row_type() == type_b) { 337 type_b->row_type()->vector_elements, [all...] |