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

  /frameworks/native/libs/math/include/math/
mat4.h 98 typedef TVec4<T> col_type; typedef in class:android::details::TMat44
101 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows)
121 col_type m_value[NUM_COLS];
125 inline constexpr col_type const& operator[](size_t column) const {
133 inline col_type& operator[](size_t column) {
150 : m_value{ col_type(col_type::NO_INIT),
151 col_type(col_type::NO_INIT),
152 col_type(col_type::NO_INIT)
    [all...]
mat2.h 85 typedef TVec2<T> col_type; typedef in class:android::details::TMat22
88 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows)
108 col_type m_value[NUM_COLS];
112 inline constexpr col_type const& operator[](size_t column) const {
120 inline col_type& operator[](size_t column) {
139 : m_value{ col_type(col_type::NO_INIT),
140 col_type(col_type::NO_INIT) } {}
251 m_value[0] = col_type(1, 0)
    [all...]
mat3.h 92 typedef TVec3<T> col_type; typedef in class:android::details::TMat33
95 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows)
115 col_type m_value[NUM_COLS];
119 inline constexpr col_type const& operator[](size_t column) const {
127 inline col_type& operator[](size_t column) {
146 : m_value{ col_type(col_type::NO_INIT),
147 col_type(col_type::NO_INIT),
148 col_type(col_type::NO_INIT) } {
    [all...]
TMatHelpers.h 289 CONSTEXPR typename MATRIX::col_type PURE diag(const MATRIX& m) {
291 typename MATRIX::col_type result(MATRIX::col_type::NO_INIT);
409 * - col_type
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_access.hpp 70 GLM_FUNC_DECL typename genType::col_type column(
80 typename genType::col_type const & x);
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat3x2.hpp 47 typedef tvec2<T, P> col_type; typedef in struct:glm::detail::tmat3x2
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,
type_mat2x3.hpp 47 typedef tvec3<T, P> col_type; typedef in struct:glm::detail::tmat2x3
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,
type_mat2x2.hpp 46 typedef tvec2<T, P> col_type; typedef in struct:glm::detail::tmat2x2
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
    [all...]
type_mat4x2.hpp 47 typedef tvec2<T, P> col_type; typedef in struct:glm::detail::tmat4x2
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
    [all...]
type_mat4x3.hpp 47 typedef tvec3<T, P> col_type; typedef in struct:glm::detail::tmat4x3
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
    [all...]
type_mat3x4.hpp 47 typedef tvec4<T, P> col_type; typedef in struct:glm::detail::tmat3x4
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,
type_mat4x4.hpp 47 typedef tvec4<T, P> col_type; typedef in struct:glm::detail::tmat4x4
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...]
type_mat3x3.hpp 46 typedef tvec3<T, P> col_type; typedef in struct:glm::detail::tmat3x3
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...]
type_mat2x4.hpp 47 typedef tvec4<T, P> col_type; typedef in struct:glm::detail::tmat2x4
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,
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 5462 short int *col_type; member in struct:Frame_Chunk
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 66 typedef fvec4SIMD col_type; typedef
  /external/mesa3d/src/compiler/glsl/
ast_function.cpp 1517 const glsl_type *const col_type = var->type->column_type(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 590 const glsl_type *col_type = type->column_type(); local
592 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1;
    [all...]

Completed in 295 milliseconds