/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/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/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.cpp | 324 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 332 types_[value] = {pInst->words[2], pInst->words[3] != 0, in recordTypeDefinition() 337 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition() 339 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition() 345 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 346 if (type == types_.end()) { in getTypeOfTypeGeneratingValue()
|
/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/spirv-tools/source/ |
D | text_handler.cpp | 324 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 332 types_[value] = {pInst->words[2], pInst->words[3] != 0, in recordTypeDefinition() 337 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition() 339 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition() 345 auto type = types_.find(value); in getTypeOfTypeGeneratingValue() 346 if (type == types_.end()) { in getTypeOfTypeGeneratingValue()
|
/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/boost/boost/mpl/ |
D | assert.hpp | 414 # define BOOST_MPL_ASSERT_MSG_IMPL( counter, c, msg, types_ ) \ argument 419 static boost::mpl::failed ************ (msg::************ assert_arg()) types_ \ 430 # define BOOST_MPL_ASSERT_MSG_IMPL( counter, c, msg, types_ ) \ 434 static boost::mpl::failed ************ (msg::************ assert_arg()) types_ \ 450 # define BOOST_MPL_ASSERT_MSG( c, msg, types_ ) \ 454 # define BOOST_MPL_ASSERT_MSG( c, msg, types_ ) \ argument 455 BOOST_MPL_ASSERT_MSG_IMPL( BOOST_MPL_AUX_PP_COUNTER(), c, msg, types_ ) \
|
/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_code_generator.h | 42 std::string types_; variable
|
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/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_code_generator.h | 42 std::string types_; variable
|
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_small_type_uses_test.cpp | 109 generator.types_ = R"( in GetSmallTypesGenerator()
|
/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
|
D | val_memory_test.cpp | 3472 generator.types_ = R"(%void = OpTypeVoid in GetSizedVariableCodeGenerator() 3487 generator.types_ = R"(%void = OpTypeVoid in GetSizedVariableCodeGenerator() 3530 generator.types_ += "%ptr_type = OpTypePointer " + storage_class + " " + in TEST_P() 3654 generator.types_ = R"(%void = OpTypeVoid in GetSizedLoadStoreCodeGenerator() 3663 generator.types_ += R"(%scalar = OpTypeInt 8 0 in GetSizedLoadStoreCodeGenerator() 3668 generator.types_ += R"(%scalar = OpTypeInt 16 0 in GetSizedLoadStoreCodeGenerator() 3673 generator.types_ += R"(%scalar = OpTypeFloat 16 in GetSizedLoadStoreCodeGenerator() 3683 generator.types_ += R"(%block = OpTypeStruct %struct in GetSizedLoadStoreCodeGenerator()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | get_next_info.cc | 153 types_.push_back(type->ToString()); in GetAttrTypes() 161 types_.push_back(ele->ToString()); in GetAttrTypes() 198 …if (types_.size() != LongToSize(output_num_) || shapes_.size() != LongToSize(output_num_) || outpu… in GetAttrs()
|
D | get_next_info.h | 60 std::vector<std::string> 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
|