/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_access.inl | 11 typename genType::row_type const & x 23 GLM_FUNC_QUALIFIER typename genType::row_type row 31 typename genType::row_type Result;
|
D | matrix_access.hpp | 29 GLM_FUNC_DECL typename genType::row_type row( 39 typename genType::row_type const & x);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2267 struct lp_type row_type, in convert_alpha() argument 2278 unsigned length = row_type.length; in convert_alpha() 2279 row_type.length = alpha_type.length; in convert_alpha() 2289 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha() 2292 alpha_type = row_type; in convert_alpha() 2293 row_type.length = length; in convert_alpha() 2315 lp_build_vec_type(gallivm, row_type), src_alpha[i]); in convert_alpha() 2329 for (j = 0; j < row_type.length; ++j) { in convert_alpha() 2348 LLVMConstVector(shuffles, row_type.length), in convert_alpha() 2399 struct lp_type row_type; in generate_unswizzled_blend() local [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat2x2.hpp | 18 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 & …
|
D | type_mat3x3.hpp | 18 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 & …
|
D | type_mat4x4.hpp | 18 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 & …
|
D | type_mat2x3.hpp | 19 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 & …
|
D | type_mat4x2.hpp | 19 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 & …
|
D | type_mat3x4.hpp | 19 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 & …
|
D | type_mat3x2.hpp | 19 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 & …
|
D | type_mat2x4.hpp | 19 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 & …
|
D | type_mat4x3.hpp | 19 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 & …
|
D | type_mat3x3.inl | 428 …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…
|
D | type_mat2x2.inl | 380 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…
|
D | type_mat2x3.inl | 350 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(
|
D | type_mat4x4.inl | 504 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…
|
D | type_mat2x4.inl | 348 …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(
|
D | type_mat3x2.inl | 394 …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(
|
D | type_mat4x2.inl | 440 …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(
|
D | type_mat3x4.inl | 397 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(
|
D | type_mat4x3.inl | 436 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(
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_array_index.cpp | 185 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()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_mat4.hpp | 41 typedef fvec4SIMD row_type; typedef
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.h | 1137 const glsl_type *row_type() const in row_type() function
|
D | glsl_types.cpp | 1620 if (type_a->row_type() == type_b->column_type()) { in get_mul_type() 1629 type_b->row_type()->vector_elements); in get_mul_type() 1642 if (type_a->row_type() == type_b) { in get_mul_type() 1666 type_b->row_type()->vector_elements, in get_mul_type()
|