/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | test_extents.cpp | 276 BOOST_CHECK( ! e0.is_matrix()); 282 BOOST_CHECK( ! e1.is_matrix() ); 288 BOOST_CHECK( ! e2.is_matrix() ); 294 BOOST_CHECK( ! e3.is_matrix() ); 300 BOOST_CHECK( e4.is_matrix() ); 306 BOOST_CHECK( e5.is_matrix() ); 312 BOOST_CHECK( ! e6.is_matrix() ); 318 BOOST_CHECK( ! e7.is_matrix() ); 324 BOOST_CHECK( ! e8.is_matrix() ); 330 BOOST_CHECK( ! e9.is_matrix() ); [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_mat_op_to_vec.cpp | 80 if (expr->operands[i]->type->is_matrix()) in mat_op_to_vec_predicate() 116 if (val->type->is_matrix()) { in get_column() 298 if (expr->operands[i]->type->is_matrix()) { in has_matrix_operand() 406 if (op[0]->type->is_matrix()) { in visit_leave() 407 if (op[1]->type->is_matrix()) { in visit_leave() 416 assert(op[1]->type->is_matrix()); in visit_leave()
|
D | opt_rebalance_tree.cpp | 236 if (expr->type->is_matrix() || in is_reduction() 237 expr->operands[0]->type->is_matrix() || in is_reduction() 238 (expr->operands[1] && expr->operands[1]->type->is_matrix())) { in is_reduction()
|
D | opt_algebraic.cpp | 261 if (ir1->operands[0]->type->is_matrix() || in reassociate_constant() 262 ir1->operands[1]->type->is_matrix() || in reassociate_constant() 263 ir2->operands[0]->type->is_matrix() || in reassociate_constant() 264 ir2->operands[1]->type->is_matrix()) in reassociate_constant() 321 ir->operands[0]->type->is_matrix() && in handle_expression() 326 matrix_mul->operands[0]->type->is_matrix() && in handle_expression() 327 matrix_mul->operands[1]->type->is_matrix()) { in handle_expression() 336 if (ir->operands[i]->type->is_matrix()) in handle_expression()
|
D | ast_array_index.cpp | 150 && !array->type->is_matrix() in _mesa_ast_array_index_to_hir() 184 if (array->type->is_matrix()) { in _mesa_ast_array_index_to_hir() 353 || array->type->is_matrix() in _mesa_ast_array_index_to_hir()
|
D | lower_buffer_access.cpp | 114 if (deref->type->is_matrix()) { in emit_access() 188 matrix = matrix || ir->type->without_array()->is_matrix(); in is_dereferenced_thing_row_major() 312 } else if (deref_array->array->type->is_matrix() && *row_major) { in setup_buffer_access()
|
D | ast_function.cpp | 1158 assert(src->type->is_matrix()); in dereference_component() 1208 || (constructor_type->is_matrix() && in process_vec_mat_constructor() 1229 if (constructor_type->is_matrix()) { in process_vec_mat_constructor() 1258 if (var->type->is_matrix()) { in process_vec_mat_constructor() 1731 } else if (first_param->type->is_matrix()) { in emit_inline_matrix_constructor() 2074 } else if (op->type->is_matrix()) { in handle_method() 2232 if (result->type->is_matrix()) in hir() 2247 && constructor_type->is_matrix() in hir() 2261 && constructor_type->is_matrix()) { in hir() 2286 if (!constructor_type->is_matrix()) { in hir() [all …]
|
D | opt_flip_matrices.cpp | 73 !ir->operands[0]->type->is_matrix() || in visit_enter()
|
D | ir_set_program_inouts.cpp | 267 if (!(type->is_matrix() || in try_mark_partial_variable() 286 if (type->fields.array->is_matrix()) in try_mark_partial_variable()
|
D | opt_array_splitting.cpp | 134 if (!(var->type->is_array() || var->type->is_matrix())) in get_variable_entry() 463 if (type->is_matrix()) in optimize_split_arrays()
|
D | ir.cpp | 518 assert(!op0->type->is_matrix()); in ir_expression() 519 assert(!op1->type->is_matrix()); in ir_expression() 904 assert(type->is_scalar() || type->is_vector() || type->is_matrix() in ir_constant() 935 if (type->is_matrix()) { in ir_constant() 1001 if (type->is_matrix() && value->type->is_matrix()) { in ir_constant() 1086 assert(type->is_scalar() || type->is_vector() || type->is_matrix() in zero() 1457 if (!type->is_vector() && !type->is_matrix()) { in copy_masked_offset() 1716 } else if (vt->is_matrix()) { in set_array()
|
D | lower_packed_varyings.cpp | 548 } else if (rvalue->type->is_matrix()) { in lower_rvalue() 798 !(type->is_array() || type->is_struct() || type->is_matrix()) && in needs_lowering() 808 !((type->is_array() || type->is_struct() || type->is_matrix()) && in needs_lowering()
|
D | link_atomics.cpp | 250 if (!var->type->is_matrix()) in link_assign_atomic_counter_resources()
|
D | ir_constant_expression.cpp | 517 } else if (vt->is_matrix()) { in constant_referenced() 951 if (array->type->is_matrix()) { in constant_expression_value()
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLVarying.h | 20 static bool is_matrix(GrSLType type) { in is_matrix() function 48 SkASSERT(!is_matrix(type)); in fType() 53 SkASSERT(!is_matrix(type));
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLVarying.h | 20 static bool is_matrix(GrSLType type) { in is_matrix() function 48 SkASSERT(!is_matrix(type)); in fType() 53 SkASSERT(!is_matrix(type));
|
/third_party/mesa3d/src/compiler/ |
D | nir_types.cpp | 46 if (type->is_matrix()) in glsl_get_array_element() 63 if (type->is_matrix()) in glsl_without_array_or_matrix() 152 return type->is_matrix() ? type->matrix_columns : type->length; in glsl_get_length() 285 return type->is_matrix(); in glsl_type_is_matrix() 291 assert(type->is_matrix() && type->explicit_stride); in glsl_matrix_type_is_row_major() 316 return type->is_array() || type->is_matrix(); in glsl_type_is_array_or_matrix()
|
D | glsl_types.cpp | 1503 if (type_a->is_matrix() && type_b->is_matrix()) { in get_mul_type() 1525 } else if (type_a->is_matrix()) { in get_mul_type() 1543 assert(type_b->is_matrix()); in get_mul_type() 1930 this->fields.array->is_matrix()) { in std140_base_alignment() 1948 if (this->is_matrix()) { in std140_base_alignment() 2037 if (this->without_array()->is_matrix()) { in std140_size() 2146 } else if (this->is_matrix()) { in get_explicit_std140_type() 2273 if (this->is_matrix()) { in std430_base_alignment() 2387 } else if (this->is_matrix()) { in explicit_size() 2430 if (this->without_array()->is_matrix()) { in std430_size() [all …]
|
D | glsl_types.h | 738 bool is_matrix() const in is_matrix() function 1123 if (!is_matrix()) in row_type() 1141 if (!is_matrix()) in column_type()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ProgramPrelude.cpp | 121 void is_matrix(); 381 PROGRAM_PRELUDE_DECLARE(is_matrix, in PROGRAM_PRELUDE_INCLUDE() 450 is_matrix()) in PROGRAM_PRELUDE_INCLUDE() 481 is_matrix()) in PROGRAM_PRELUDE_INCLUDE() 511 is_matrix()) in PROGRAM_PRELUDE_INCLUDE() 542 is_matrix(), in PROGRAM_PRELUDE_INCLUDE() 573 is_matrix(), in PROGRAM_PRELUDE_INCLUDE() 604 is_matrix(), in PROGRAM_PRELUDE_INCLUDE() 645 is_matrix()) in PROGRAM_PRELUDE_INCLUDE()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_gentype.hpp | 37 static bool is_matrix();
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | gen_uniform_type_table.py | 242 is_matrix=get_is_matrix(uniform_type),
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | gen_uniform_type_table.py | 251 is_matrix=get_is_matrix(uniform_type),
|
/third_party/boost/boost/numeric/ublas/tensor/ |
D | extents.hpp | 184 bool is_matrix() const in is_matrix() function in boost::numeric::ublas::basic_extents
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.cpp | 2297 if (is_matrix(var_type)) in add_composite_variable_to_interface_block() 2322 while (is_array(*usable_type) || is_matrix(*usable_type)) in add_composite_variable_to_interface_block() 2514 if (is_matrix(mbr_type)) in add_composite_member_variable_to_interface_block() 2532 while (is_array(*usable_type) || is_matrix(*usable_type)) in add_composite_member_variable_to_interface_block() 3140 bool is_composite_type = is_matrix(mbr_type) || is_array(mbr_type); in add_variable_to_interface_block() 3195 bool is_composite_type = is_matrix(var_type) || is_array(var_type); in add_variable_to_interface_block() 4082 if (is_matrix(mbr_type)) in validate_member_packing_rules_msl() 4131 if (!mbr_type.array.empty() && !is_matrix(mbr_type)) in ensure_member_packing_rules_msl() 4162 else if (is_matrix(mbr_type)) in ensure_member_packing_rules_msl() 4229 else if (is_matrix(type)) in ensure_member_packing_rules_msl() [all …]
|