/third_party/node/deps/v8/src/wasm/ |
D | wasm-module-builder.h | 364 current_recursive_group_start_ = static_cast<int>(types_.size()); in StartRecursiveTypeGroup() 371 DCHECK_GT(static_cast<int>(types_.size()), current_recursive_group_start_); in EndRecursiveTypeGroup() 374 static_cast<uint32_t>(types_.size()) - current_recursive_group_start_); in EndRecursiveTypeGroup() 387 return types_[index].kind == TypeDefinition::kFunction; in IsSignature() 391 DCHECK(types_[index].kind == TypeDefinition::kFunction); in GetSignature() 392 return types_[index].function_sig; in GetSignature() 396 return types_[index].kind == TypeDefinition::kStruct; in IsStructType() 399 return types_[index].struct_type; in GetStructType() 403 return types_[index].kind == TypeDefinition::kArray; in IsArrayType() 406 return types_[index].array_type; in GetArrayType() [all …]
|
D | wasm-module-builder.cc | 69 DCHECK_EQ(builder_->types_[sig_index].kind, TypeDefinition::kFunction); in SetSignature() 71 locals_.set_sig(builder_->types_[sig_index].function_sig); in SetSignature() 266 types_(zone), in WasmModuleBuilder() 309 uint32_t index = static_cast<uint32_t>(types_.size()); in ForceAddSignature() 311 types_.emplace_back(sig, supertype); in ForceAddSignature() 332 uint32_t index = static_cast<uint32_t>(types_.size()); in AddStructType() 333 types_.emplace_back(type, supertype); in AddStructType() 338 uint32_t index = static_cast<uint32_t>(types_.size()); in AddArrayType() 339 types_.emplace_back(type, supertype); in AddArrayType() 596 if (types_.size() > 0) { in WriteTo() [all …]
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | type_manager.h | 61 auto* type = types_.Create<T>(std::forward<ARGS>(args)...); in Get() 88 Iterator begin() const { return types_.Objects().begin(); } in begin() 90 Iterator end() const { return types_.Objects().end(); } in end() 94 BlockAllocator<sem::Type> types_; variable
|
/third_party/skia/third_party/externals/tint/src/ |
D | program.cc | 38 types_(std::move(program.types_)), in Program() 63 types_ = std::move(builder.Types()); in Program() 88 types_ = std::move(program.types_); in operator =()
|
D | program_builder.cc | 35 types_(std::move(rhs.types_)), in ProgramBuilder() 52 types_ = std::move(rhs.types_); in operator =() 66 builder.types_ = sem::Manager::Wrap(program->Types()); in Wrap()
|
D | program.h | 72 return types_; in Types() 180 sem::Manager types_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.cpp | 325 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 333 types_[value] = {pInst->words[2], pInst->words[3] != 0, in recordTypeDefinition() 338 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition() 340 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition() 346 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 347 if (type == types_.end()) { in getTypeOfTypeGeneratingValue()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.cpp | 325 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 333 types_[value] = {pInst->words[2], pInst->words[3] != 0, in recordTypeDefinition() 338 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition() 340 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition() 346 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 347 if (type == types_.end()) { in getTypeOfTypeGeneratingValue()
|
/third_party/spirv-tools/source/ |
D | text_handler.cpp | 321 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 329 types_[value] = {pInst->words[2], pInst->words[3] != 0, in recordTypeDefinition() 334 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition() 336 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition() 342 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 343 if (type == types_.end()) { in getTypeOfTypeGeneratingValue()
|
/third_party/node/deps/v8/src/torque/ |
D | types.h | 400 for (const Type* t : p.types_) { in hash_value() 406 return types_ == other.types_; 410 if (types_.size() == 1) { in GetSingleMember() 411 DCHECK_EQ(*types_.begin(), parent()); in GetSingleMember() 412 return *types_.begin(); in GetSingleMember() 418 for (const Type* member : types_) { in IsSubtypeOf() 425 for (const Type* member : types_) { in IsSupertypeOf() 434 for (const Type* member : types_) { in IsTransient() 451 for (const Type* member : union_type->types_) { in Extend() 457 EraseIf(&types_, in Extend() [all …]
|
D | kythe-data.cc | 165 auto it = that->types_.find(type_decl); in AddTypeDefinition() 166 if (it != that->types_.end()) return it->second; in AddTypeDefinition() 171 that->types_.insert(it, std::make_pair(type_decl, type_id)); in AddTypeDefinition()
|
D | types.cc | 249 for (const Type* t : types_) { in ToExplicitString() 263 for (const Type* t : types_) { in SimpleNameImpl() 274 if (types_.size() <= 3) { in GetGeneratedTNodeTypeNameImpl() 276 for (const Type* t : types_) { in GetGeneratedTNodeTypeNameImpl() 291 for (const Type* t : types_) { in RecomputeParent() 302 for (auto it = types_.begin(); it != types_.end();) { in Subtract() 304 it = types_.erase(it); in Subtract() 309 if (types_.size() == 0) types_.insert(TypeOracle::GetNeverType()); in Subtract()
|
/third_party/littlefs/scripts/ |
D | summary.py | 255 types_ = [] 259 types_.append(t) 262 fields[k] = types_ 285 types_ = {} 288 types_[k] = types[k] 298 types_[k] = t 303 types = types_ 306 types_ = {} 308 types_[k] = ops.get(k, OPS['sum'])([t()]).__class__ 343 '_types': types_, [all …]
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
D | ast.js | 26 this.types_ = {}; 46 this.types_[inst.operand(0).name()] = { property 61 getType(name) { return this.types_[name]; }
|
/third_party/spirv-tools/tools/sva/src/ |
D | ast.js | 26 this.types_ = {}; 46 this.types_[inst.operand(0).name()] = { property 61 getType(name) { return this.types_[name]; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
D | ast.js | 26 this.types_ = {}; 46 this.types_[inst.operand(0).name()] = { property 61 getType(name) { return this.types_[name]; }
|
/third_party/spirv-tools/test/val/ |
D | val_code_generator.cpp | 129 generator.types_ = GetDefaultShaderTypes(); in GetDefaultShaderCodeGenerator() 151 ss << types_; in Build()
|
D | val_code_generator.h | 42 std::string types_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_code_generator.cpp | 129 generator.types_ = GetDefaultShaderTypes(); in GetDefaultShaderCodeGenerator() 151 ss << types_; in Build()
|
D | val_memory_test.cpp | 3474 generator.types_ = R"(%void = OpTypeVoid in GetSizedVariableCodeGenerator() 3489 generator.types_ = R"(%void = OpTypeVoid in GetSizedVariableCodeGenerator() 3532 generator.types_ += "%ptr_type = OpTypePointer " + storage_class + " " + in TEST_P() 3656 generator.types_ = R"(%void = OpTypeVoid in GetSizedLoadStoreCodeGenerator() 3665 generator.types_ += R"(%scalar = OpTypeInt 8 0 in GetSizedLoadStoreCodeGenerator() 3670 generator.types_ += R"(%scalar = OpTypeInt 16 0 in GetSizedLoadStoreCodeGenerator() 3675 generator.types_ += R"(%scalar = OpTypeFloat 16 in GetSizedLoadStoreCodeGenerator() 3685 generator.types_ += R"(%block = OpTypeStruct %struct in GetSizedLoadStoreCodeGenerator()
|
D | val_code_generator.h | 42 std::string types_; variable
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_code_generator.cpp | 129 generator.types_ = GetDefaultShaderTypes(); in GetDefaultShaderCodeGenerator() 151 ss << types_; in Build()
|
D | val_memory_test.cpp | 3474 generator.types_ = R"(%void = OpTypeVoid in GetSizedVariableCodeGenerator() 3489 generator.types_ = R"(%void = OpTypeVoid in GetSizedVariableCodeGenerator() 3532 generator.types_ += "%ptr_type = OpTypePointer " + storage_class + " " + in TEST_P() 3656 generator.types_ = R"(%void = OpTypeVoid in GetSizedLoadStoreCodeGenerator() 3665 generator.types_ += R"(%scalar = OpTypeInt 8 0 in GetSizedLoadStoreCodeGenerator() 3670 generator.types_ += R"(%scalar = OpTypeInt 16 0 in GetSizedLoadStoreCodeGenerator() 3675 generator.types_ += R"(%scalar = OpTypeFloat 16 in GetSizedLoadStoreCodeGenerator() 3685 generator.types_ += R"(%block = OpTypeStruct %struct in GetSizedLoadStoreCodeGenerator()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | script.h | 214 types_.push_back(std::move(type)); in RegisterType() 215 return types_.back().get(); in RegisterType() 271 std::vector<std::unique_ptr<type::Type>> types_; variable
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.h | 182 types_.push_back(Instruction{op, operands}); in push_type() 185 const InstructionList& types() const { return types_; } in types() 588 InstructionList types_; variable
|