Home
last modified time | relevance | path

Searched refs:types_ (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/sem/
Dtype_manager.h61 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/
Dprogram.cc38 types_(std::move(program.types_)), in Program()
63 types_ = std::move(builder.Types()); in Program()
88 types_ = std::move(program.types_); in operator =()
Dprogram_builder.cc35 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()
Dprogram.h72 return types_; in Types()
180 sem::Manager types_; variable
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp325 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/
Dtext_handler.cpp324 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/
Dtext_handler.cpp325 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/
Dtext_handler.cpp324 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/
Dast.js26 this.types_ = {};
46 this.types_[inst.operand(0).name()] = { property
61 getType(name) { return this.types_[name]; }
/third_party/spirv-tools/tools/sva/src/
Dast.js26 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/
Dast.js26 this.types_ = {};
46 this.types_[inst.operand(0).name()] = { property
61 getType(name) { return this.types_[name]; }
/third_party/boost/boost/mpl/
Dassert.hpp414 # 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/
Dval_code_generator.cpp129 generator.types_ = GetDefaultShaderTypes(); in GetDefaultShaderCodeGenerator()
151 ss << types_; in Build()
Dval_code_generator.h42 std::string types_; variable
Dval_memory_test.cpp3474 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/
Dval_code_generator.cpp129 generator.types_ = GetDefaultShaderTypes(); in GetDefaultShaderCodeGenerator()
151 ss << types_; in Build()
Dval_code_generator.h42 std::string types_; variable
Dval_memory_test.cpp3474 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()
Dval_small_type_uses_test.cpp109 generator.types_ = R"( in GetSmallTypesGenerator()
/third_party/spirv-tools/test/val/
Dval_code_generator.cpp129 generator.types_ = GetDefaultShaderTypes(); in GetDefaultShaderCodeGenerator()
151 ss << types_; in Build()
Dval_code_generator.h42 std::string types_; variable
Dval_memory_test.cpp3472 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/
Dget_next_info.cc153 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()
Dget_next_info.h60 std::vector<std::string> types_; variable
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h182 types_.push_back(Instruction{op, operands}); in push_type()
185 const InstructionList& types() const { return types_; } in types()
588 InstructionList types_; variable

12