Home
last modified time | relevance | path

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

12

/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_access.inl11 typename genType::row_type const & x
23 GLM_FUNC_QUALIFIER typename genType::row_type row
31 typename genType::row_type Result;
Dmatrix_access.hpp29 GLM_FUNC_DECL typename genType::row_type row(
39 typename genType::row_type const & x);
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2137 struct lp_type row_type, in convert_alpha() argument
2148 unsigned length = row_type.length; in convert_alpha()
2149 row_type.length = alpha_type.length; in convert_alpha()
2159 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
2162 alpha_type = row_type; in convert_alpha()
2163 row_type.length = length; in convert_alpha()
2185 lp_build_vec_type(gallivm, row_type), src_alpha[i]); in convert_alpha()
2199 for (j = 0; j < row_type.length; ++j) { in convert_alpha()
2218 LLVMConstVector(shuffles, row_type.length), in convert_alpha()
2269 struct lp_type row_type; in generate_unswizzled_blend() local
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat2x2.hpp18 typedef tvec2<T, P> row_type; typedef
143 …2x2<T, P>::col_type operator*(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v);
146 …GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator*(typename tmat2x2<T, P>::col_type const & …
164 …2x2<T, P>::col_type operator/(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v);
167 …GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator/(typename tmat2x2<T, P>::col_type const & …
Dtype_mat4x4.hpp18 typedef tvec4<T, P> row_type; typedef
155 …4x4<T, P>::col_type operator*(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v);
158 …GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator*(typename tmat4x4<T, P>::col_type const & …
176 …4x4<T, P>::col_type operator/(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v);
179 …GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator/(typename tmat4x4<T, P>::col_type const & …
Dtype_mat3x3.hpp18 typedef tvec3<T, P> row_type; typedef
150 …3x3<T, P>::col_type operator*(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v);
153 …GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator*(typename tmat3x3<T, P>::col_type const & …
171 …3x3<T, P>::col_type operator/(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v);
174 …GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator/(typename tmat3x3<T, P>::col_type const & …
Dtype_mat2x3.hpp19 typedef tvec2<T, P> row_type; typedef
134 …2x3<T, P>::col_type operator*(tmat2x3<T, P> const & m, typename tmat2x3<T, P>::row_type const & v);
137 …GLM_FUNC_DECL typename tmat2x3<T, P>::row_type operator*(typename tmat2x3<T, P>::col_type const & …
Dtype_mat3x4.hpp19 typedef tvec3<T, P> row_type; typedef
141 …3x4<T, P>::col_type operator*(tmat3x4<T, P> const & m, typename tmat3x4<T, P>::row_type const & v);
144 …GLM_FUNC_DECL typename tmat3x4<T, P>::row_type operator*(typename tmat3x4<T, P>::col_type const & …
Dtype_mat2x4.hpp19 typedef tvec2<T, P> row_type; typedef
136 …2x4<T, P>::col_type operator*(tmat2x4<T, P> const & m, typename tmat2x4<T, P>::row_type const & v);
139 …GLM_FUNC_DECL typename tmat2x4<T, P>::row_type operator*(typename tmat2x4<T, P>::col_type const & …
Dtype_mat4x2.hpp19 typedef tvec4<T, P> row_type; typedef
146 …4x2<T, P>::col_type operator*(tmat4x2<T, P> const & m, typename tmat4x2<T, P>::row_type const & v);
149 …GLM_FUNC_DECL typename tmat4x2<T, P>::row_type operator*(typename tmat4x2<T, P>::col_type const & …
Dtype_mat3x2.hpp19 typedef tvec3<T, P> row_type; typedef
141 …3x2<T, P>::col_type operator*(tmat3x2<T, P> const & m, typename tmat3x2<T, P>::row_type const & v);
144 …GLM_FUNC_DECL typename tmat3x2<T, P>::row_type operator*(typename tmat3x2<T, P>::col_type const & …
Dtype_mat4x3.hpp19 typedef tvec4<T, P> row_type; typedef
146 …4x3<T, P>::col_type operator*(tmat4x3<T, P> const & m, typename tmat4x3<T, P>::row_type const & v);
149 …GLM_FUNC_DECL typename tmat4x3<T, P>::row_type operator*(typename tmat4x3<T, P>::col_type const & …
Dtype_mat3x3.inl428 …t3x3<T, P>::col_type operator*(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v)
437 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator*(typename tmat3x3<T, P>::col_type con…
439 return typename tmat3x3<T, P>::row_type(
530 …t3x3<T, P>::col_type operator/(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v)
536 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator/(typename tmat3x3<T, P>::col_type con…
Dtype_mat2x2.inl380 typename tmat2x2<T, P>::row_type const & v
389 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator*
453 …t2x2<T, P>::col_type operator/(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v)
459 …GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator/(typename tmat2x2<T, P>::col_type con…
Dtype_mat2x3.inl350 typename tmat2x3<T, P>::row_type const & v)
359 GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::row_type operator*
364 return typename tmat2x3<T, P>::row_type(
Dtype_mat4x4.inl504 typename tmat4x4<T, P>::row_type const & v
549 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator*
555 return typename tmat4x4<T, P>::row_type(
636 …t4x4<T, P>::col_type operator/(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v)
642 …GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator/(typename tmat4x4<T, P>::col_type con…
Dtype_mat2x4.inl348 …t2x4<T, P>::col_type operator*(tmat2x4<T, P> const & m, typename tmat2x4<T, P>::row_type const & v)
358 …GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::row_type operator*(typename tmat2x4<T, P>::col_type con…
360 return typename tmat2x4<T, P>::row_type(
Dtype_mat3x2.inl394 …t3x2<T, P>::col_type operator*(tmat3x2<T, P> const & m, typename tmat3x2<T, P>::row_type const & v)
402 …GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::row_type operator*(typename tmat3x2<T, P>::col_type con…
404 return typename tmat3x2<T, P>::row_type(
Dtype_mat3x4.inl397 typename tmat3x4<T, P>::row_type const & v
408 GLM_FUNC_QUALIFIER typename tmat3x4<T, P>::row_type operator*
414 return typename tmat3x4<T, P>::row_type(
Dtype_mat4x2.inl440 …t4x2<T, P>::col_type operator*(tmat4x2<T, P> const & m, typename tmat4x2<T, P>::row_type const & v)
448 …GLM_FUNC_QUALIFIER typename tmat4x2<T, P>::row_type operator*(typename tmat4x2<T, P>::col_type con…
450 return typename tmat4x2<T, P>::row_type(
Dtype_mat4x3.inl436 typename tmat4x3<T, P>::row_type const & v)
445 GLM_FUNC_QUALIFIER typename tmat4x3<T, P>::row_type operator*
450 return typename tmat4x3<T, P>::row_type(
/external/mesa3d/src/compiler/glsl/
Dast_array_index.cpp185 if (array->type->row_type()->vector_elements <= idx) { in _mesa_ast_array_index_to_hir()
187 bound = array->type->row_type()->vector_elements; in _mesa_ast_array_index_to_hir()
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_mat4.hpp41 typedef fvec4SIMD row_type; typedef
/external/perfetto/src/trace_processor/sqlite/
Dspan_join_operator_table.cc796 int row_type; in CursorNext() local
799 row_type = sqlite3_column_type(stmt, partition_idx); in CursorNext()
800 } while (res == SQLITE_ROW && row_type == SQLITE_NULL); in CursorNext()
/external/mesa3d/src/compiler/
Dglsl_types.cpp1498 if (type_a->row_type() == type_b->column_type()) { in get_mul_type()
1507 type_b->row_type()->vector_elements); in get_mul_type()
1520 if (type_a->row_type() == type_b) { in get_mul_type()
1544 type_b->row_type()->vector_elements, in get_mul_type()

12