/third_party/elfutils/backends/ |
D | ppc_retval.c | 158 bool is_vector; in ppc_return_value_location() local 160 &attr_mem), &is_vector) == 0 in ppc_return_value_location() 161 && is_vector in ppc_return_value_location()
|
D | ppc64_retval.c | 155 bool is_vector; in ppc64_return_value_location() local 157 &attr_mem), &is_vector) == 0 in ppc64_return_value_location() 158 && is_vector) in ppc64_return_value_location()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_gentype.hpp | 36 static bool is_vector(); 70 bool genType<VALTYPE, TYPE>::is_vector() in is_vector() function in glm::detail::genType
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_validate.cpp | 127 !ir->array->type->is_vector()) { in visit_enter() 741 else if (ir->operands[0]->type->is_vector() && in visit_leave() 742 ir->operands[1]->type->is_vector()) { in visit_leave() 790 assert(ir->operands[0]->type->is_vector() in visit_leave() 812 if (ir->operands[0]->type->is_vector() && in visit_leave() 813 ir->operands[1]->type->is_vector()) { in visit_leave() 826 if (ir->operands[0]->type->is_vector() && in visit_leave() 827 ir->operands[1]->type->is_vector()) { in visit_leave() 846 assert(ir->operands[0]->type->is_vector()); in visit_leave() 865 assert(ir->operands[0]->type->is_vector()); in visit_leave() [all …]
|
D | ast_array_index.cpp | 151 && !array->type->is_vector()) { in _mesa_ast_array_index_to_hir() 189 } else if (array->type->is_vector()) { in _mesa_ast_array_index_to_hir() 354 || array->type->is_vector()) { in _mesa_ast_array_index_to_hir()
|
D | lower_vector_derefs.cpp | 63 if (!deref->array->type->is_vector()) in visit_enter() 175 if (!deref->array->type->is_vector()) in handle_rvalue()
|
D | opt_constant_propagation.cpp | 155 if (!type->is_scalar() && !type->is_vector()) in constant_propagation() 455 if (!var->type->is_vector() && !var->type->is_scalar()) in kill() 501 if (!deref->var->type->is_vector() && !deref->var->type->is_scalar()) in add_constant()
|
D | opt_copy_propagation_elements.cpp | 164 } else if (lhs->type->is_vector()) { in write_full() 175 if (lhs->type->is_vector()) { in write_full() 378 if (lhs && var->type->is_vector()) in visit_leave() 678 if (!lhs || !(lhs->type->is_scalar() || lhs->type->is_vector())) in add_copy()
|
D | opt_dead_code_local.cpp | 80 if (var->type->is_scalar() || var->type->is_vector()) { in use_channels() 203 deref_var->var->type->is_vector())) { in process_assignment()
|
D | hir_field_selection.cpp | 58 } else if (op->type->is_vector() || in _mesa_ast_field_selection_to_hir()
|
D | opt_flip_matrices.cpp | 74 !ir->operands[1]->type->is_vector()) in visit_enter()
|
D | opt_algebraic.cpp | 139 if (!ir->type->is_scalar() && !ir->type->is_vector()) in is_valid_vec_const() 182 if (ir->operands[0]->type->is_vector()) in update_type() 307 if (expr->type->is_vector() && operand->type->is_scalar()) { in swizzle_if_required() 322 ir->operands[1]->type->is_vector()) { in handle_expression()
|
D | lower_mat_op_to_vec.cpp | 409 } else if (op[1]->type->is_vector()) { in visit_leave() 417 if (op[0]->type->is_vector()) { in visit_leave()
|
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_instr.c | 199 instr->operands[index].vreg.is_vector = false; in rogue_instr_set_operand_vreg() 223 instr->operands[index].vreg.is_vector = true; in rogue_instr_set_operand_vreg_vec()
|
D | rogue_regalloc.c | 176 range->class = instr->operands[u].vreg.is_vector in rogue_ra_alloc() 191 assert(range->class == (instr->operands[u].vreg.is_vector in rogue_ra_alloc() 282 if (operand->vreg.is_vector && in rogue_ra_alloc()
|
D | rogue_operand.h | 132 bool is_vector; member
|
D | rogue_dump.c | 103 if (operand->vreg.is_vector) in rogue_dump_operand()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | printf.cpp | 91 bool is_vector = vec_pos != std::string::npos && in print_formatted() local 108 if (is_vector) { in print_formatted() 130 if (is_vector && i + 1 == component_count) in print_formatted()
|
/third_party/flatbuffers/rust/flexbuffers/src/reader/ |
D | mod.rs | 492 ty if ty.is_vector() => self.length() != 0, in as_bool() 515 _ if self.fxb_type.is_vector() => self.length() as u64, in as_u64() 542 _ if self.fxb_type.is_vector() => self.length() as i64, in as_i64() 565 _ if self.fxb_type.is_vector() => self.length() as f64, in as_f64() 583 if !self.fxb_type.is_vector() { in get_vector() 616 t if t.is_vector() => { in fmt()
|
/third_party/flatbuffers/rust/flexbuffers/src/ |
D | flexbuffer_type.rs | 135 pub fn is_vector(self) -> bool { in is_vector() method 142 !self.is_fixed_length_vector() && self.is_vector() || self == String || self == Blob in has_length_slot()
|
/third_party/flutter/skia/tests/ |
D | JSONTest.cpp | 165 bool is_vector) { in check_vector() argument 166 REPORTER_ASSERT(reporter, v.is<T>() == is_vector); in check_vector() 168 REPORTER_ASSERT(reporter, (cast_t != nullptr) == is_vector); in check_vector() 170 if (is_vector) { in check_vector()
|
/third_party/skia/tests/ |
D | JSONTest.cpp | 165 bool is_vector) { in check_vector() argument 166 REPORTER_ASSERT(reporter, v.is<T>() == is_vector); in check_vector() 168 REPORTER_ASSERT(reporter, (cast_t != nullptr) == is_vector); in check_vector() 170 if (is_vector) { in check_vector()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ProgramPrelude.cpp | 120 void is_vector(); 353 PROGRAM_PRELUDE_DECLARE(is_vector, in PROGRAM_PRELUDE_INCLUDE() 449 is_vector(), in PROGRAM_PRELUDE_INCLUDE() 480 is_vector(), in PROGRAM_PRELUDE_INCLUDE() 510 is_vector(), in PROGRAM_PRELUDE_INCLUDE() 541 is_vector(), in PROGRAM_PRELUDE_INCLUDE() 572 is_vector(), in PROGRAM_PRELUDE_INCLUDE() 603 is_vector(), in PROGRAM_PRELUDE_INCLUDE() 644 is_vector(), in PROGRAM_PRELUDE_INCLUDE()
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.cpp | 2010 if (this->is_scalar() || this->is_vector()) { in std140_base_alignment() 2043 this->fields.array->is_vector() || in std140_base_alignment() 2128 if (this->is_scalar() || this->is_vector()) { in std140_size() 2258 if (this->is_vector() || this->is_scalar()) { in get_explicit_std140_type() 2344 if (this->is_scalar() || this->is_vector()) { in std430_base_alignment() 2449 if (this->is_vector() && this->vector_elements == 3) in std430_array_stride() 2539 if (this->is_scalar() || this->is_vector()) { in std430_size() 2618 if (this->is_vector() || this->is_scalar()) { in get_explicit_std430_type() 2729 } else if (this->is_vector()) { in get_explicit_type_for_size_align() 2807 if (this->is_scalar() || this->is_vector() || this->is_matrix()) { in replace_vec3_with_vec4() [all …]
|
/third_party/flatbuffers/src/ |
D | idl_gen_swift.cpp | 1319 const bool is_vector = false) { in BuildUnionEnumSwitchCase() argument 1323 code_ += is_vector ? "[{{VALUETYPE}}Union?]" : "{{VALUETYPE}}Union?"; in BuildUnionEnumSwitchCase() 1325 auto vector_reader = is_vector ? "(at: index" : ""; in BuildUnionEnumSwitchCase() 1327 vector_reader + (is_vector ? ")" : "") + " {"); in BuildUnionEnumSwitchCase() 1338 indentation + " var _v = _t." + name + (is_vector ? "" : "(") + in BuildUnionEnumSwitchCase() 1339 vector_reader + (is_vector ? ", " : "") + "type: " + type + ".self)"); in BuildUnionEnumSwitchCase() 1344 (is_vector ? ".append(" + constructor + ")" : " = " + constructor)); in BuildUnionEnumSwitchCase()
|