Home
last modified time | relevance | path

Searched refs:subtype_ (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Datomic_type.cc25 Atomic::Atomic(const sem::Type* subtype) : subtype_(subtype) { in Atomic()
31 out << "__atomic" << subtype_->type_name(); in type_name()
37 out << "atomic<" << subtype_->FriendlyName(symbols) << ">"; in FriendlyName()
42 return subtype_->Size(); in Size()
46 return subtype_->Align(); in Align()
Dreference_type.cc27 : subtype_(subtype), storage_class_(storage_class), access_(access) { in Reference()
34 out << "__ref_" << storage_class_ << subtype_->type_name() << "__" << access_; in type_name()
44 out << subtype_->FriendlyName(symbols) << ", " << access_; in FriendlyName()
Dvector_type.cc25 : subtype_(subtype), width_(width) { in Vector()
35 return "__vec_" + std::to_string(width_) + subtype_->type_name(); in type_name()
40 out << "vec" << width_ << "<" << subtype_->FriendlyName(symbols) << ">"; in FriendlyName()
Dpointer_type.cc28 : subtype_(subtype), storage_class_(storage_class), access_(access) { in Pointer()
35 out << "__ptr_" << storage_class_ << subtype_->type_name() << "__" << access_; in type_name()
45 out << subtype_->FriendlyName(symbols) << ", " << access_; in FriendlyName()
Dmatrix_type.cc26 : subtype_(column_type->type()), in Matrix()
42 subtype_->type_name(); in type_name()
48 << subtype_->FriendlyName(symbols) << ">"; in FriendlyName()
Datomic_type.h37 const sem::Type* Type() const { return subtype_; } in Type()
58 sem::Type const* const subtype_;
Dreference_type.h43 const Type* StoreType() const { return subtype_; } in StoreType()
60 Type const* const subtype_;
Dpointer_type.h43 const Type* StoreType() const { return subtype_; } in StoreType()
60 Type const* const subtype_;
Dvector_type.h37 const Type* type() const { return subtype_; } in type()
70 Type const* const subtype_;
Dmatrix_type.h40 const Type* type() const { return subtype_; } in type()
72 const Type* const subtype_;
Dstorage_texture_type.h47 Type* type() const { return subtype_; } in type()
71 Type* const subtype_; variable
Dstorage_texture_type.cc28 : Base(dim), image_format_(format), access_(access), subtype_(subtype) {} in StorageTexture()
/third_party/mindspore/mindspore/core/ir/
Ddtype.cc170 MS_EXCEPTION_IF_NULL(subtype_); in DeepCopy()
174 auto subtype = subtype_->DeepCopy(); in DeepCopy()
180 MS_EXCEPTION_IF_NULL(subtype_); in ToString()
186 buffer << subtype_->ToString() << "]"; in ToString()
192 MS_EXCEPTION_IF_NULL(subtype_); in DumpText()
198 buffer << subtype_->DumpText() << "]"; in DumpText()
Ddtype.h141 explicit JTagged(const TypePtr &subtype) : Object(kObjectTypeJTagged, false), subtype_(subtype) {} in JTagged()
152 TypePtr subtype_;
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.h65 if (rhs.subtype_.IsValid())
66 rhs.subtype_.CopyTo(subtype_.GetAddressOf());
75 HString subtype_; variable
Dmediacapturewrapper.cpp103 if (other.subtype_.IsValid()) in GstWinRTMediaDescription()
104 other.subtype_.CopyTo(subtype_.GetAddressOf()); in GstWinRTMediaDescription()
117 subtype_.Release(); in Release()
126 if (!subtype_.IsValid()) in IsValid()
197 hstr_subtype.CopyTo (subtype_.GetAddressOf()); in Fill()
248 if (wcscmp (iter.subtype_.GetRawBuffer (&dummy), in Contain()
249 desc.subtype_.GetRawBuffer (&dummy))) in Contain()
746 target_subtype = convert_hstring_to_string (&media_desc_->subtype_); in mediaCaptureInitPost()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpmux.c88 FeatureSubType subtype_; member
681 arg->subtype_ = SUBTYPE_ANMF; in ParseCommandLine()
698 arg->subtype_ = in ParseCommandLine()
945 switch (config->args_[i].subtype_) { in Process()
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c89 FeatureSubType subtype_; member
684 arg->subtype_ = SUBTYPE_ANMF; in ParseCommandLine()
701 arg->subtype_ = in ParseCommandLine()
955 switch (config->args_[i].subtype_) { in Process()