HomeSort by relevance Sort by last modified time
    Searched refs:row_type (Results 1 - 18 of 18) sorted by null

  /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);
  /frameworks/native/libs/math/include/math/
mat2.h 86 typedef TVec2<T> row_type; typedef in class:android::details::TMat22
89 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)
333 CONSTEXPR typename TMat22<U>::row_type PURE operator *(const TVec2<U>& lhs, const TMat22<T>& rhs) {
334 typename TMat22<U>::row_type result(TMat22<U>::row_type::NO_INIT);
mat3.h 93 typedef TVec3<T> row_type; typedef in class:android::details::TMat33
96 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)
386 CONSTEXPR typename TMat33<U>::row_type PURE operator *(const TVec3<U>& lhs, const TMat33<T>& rhs) {
387 typename TMat33<U>::row_type result(TMat33<U>::row_type::NO_INIT);
mat4.h 99 typedef TVec4<T> row_type; typedef in class:android::details::TMat44
102 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)
542 CONSTEXPR typename TMat44<U>::row_type PURE operator *(const TVec4<U>& lhs, const TMat44<T>& rhs) {
543 typename TMat44<U>::row_type result(TMat44<U>::row_type::NO_INIT);
  /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/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1729 struct lp_type row_type; local
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 67 typedef fvec4SIMD row_type; typedef
  /external/mesa3d/src/compiler/glsl/
ast_array_index.cpp 185 if (array->type->row_type()->vector_elements <= idx) {
187 bound = array->type->row_type()->vector_elements;
  /external/mesa3d/src/compiler/
glsl_types.cpp     [all...]
glsl_types.h 690 const glsl_type *row_type() const function in struct:glsl_type

Completed in 1089 milliseconds