Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 25 of 59) sorted by relevance

123

/third_party/vk-gl-cts/executor/
DxeXMLWriter.hpp60 struct Attribute struct in xe::xml::Writer
62 std::string name;
63 std::string value;
64 Attribute (const char* name_, const char* value_) : name(name_), value(value_) {} in Attribute() argument
65 Attribute (const char* name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() argument
66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() function
/third_party/skia/src/gpu/gl/
DGrGLProgram.h38 struct Attribute { struct
62 std::unique_ptr<Attribute[]>, argument
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgram.h35 struct Attribute { struct
47 * The attribute array consists of vertexAttributeCnt + instanceAttributeCnt elements with argument
60 std::unique_ptr<Attribute[]>, argument
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs31 public partial class Attribute class in HelloworldXamarin.Droid.Resource
34 static Attribute() in Attribute() method in HelloworldXamarin.Droid.Resource.Attribute
39 private Attribute() in Attribute() method in HelloworldXamarin.Droid.Resource.Attribute
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp135 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference()
161 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference()
174 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
234 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
DDwarfUnit.cpp223 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag()
232 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt()
246 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt()
258 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
293 dwarf::Attribute Attribute, in addLabel()
303 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
360 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta()
366 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry()
381 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, in addDIEEntry()
402 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock()
[all …]
DDwarfCompileUnit.cpp78 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress()
95 dwarf::Attribute Attribute, in addLocalLabelAddress()
1190 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress()
1216 dwarf::Attribute Attribute, in addComplexAddress()
1246 void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute, in addLocationList()
1288 void DwarfCompileUnit::addAddressExpr(DIE &Die, dwarf::Attribute Attribute, in addAddressExpr()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp56 struct Attribute struct
59 GLboolean enabled;
60 GLint size;
61 GLint stride;
62 GLenum type;
63 GLboolean integer;
64 GLint divisor;
65 GLint offset;
66 GLboolean normalized;
68 int bufferNdx;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h76 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
79 Attribute() : pImpl(nullptr) {} in Attribute() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h144 struct Attribute struct
157 typedef std::vector<Attribute> ActiveAttributes; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp104 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
105 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
107 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
DARMELFStreamer.cpp177 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
187 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
205 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
312 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
319 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
340 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
361 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
774 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
778 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
783 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp100 for (xmlAttrPtr Attribute = Node->properties; Attribute != nullptr; in getAttribute() local
210 for (xmlAttrPtr Attribute = AdditionalNode->properties; Attribute; in mergeAttributes() local
319 for (xmlAttrPtr Attribute = Node->properties; Attribute; in explicateNamespace() local
560 for (xmlAttrPtr Attribute = Node->properties; Attribute; in setAttributeNamespaces() local
587 for (xmlAttrPtr Attribute = Node->properties; Attribute; in checkAndStripPrefixes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMAttributeParser.h26 ARMBuildAttrs::AttrType Attribute; member
DWithColor.h26 Attribute, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp37 MCSymbolAttr Attribute) { in markGlobal()
100 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h81 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCNullStreamer.cpp29 MCSymbolAttr Attribute) override { in EmitSymbolAttribute()
DMCXCOFFStreamer.cpp31 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h51 dwarf::Attribute Attribute; variable
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
114 void AddImplicitConstAttribute(dwarf::Attribute Attribute, int64_t Value) { in AddImplicitConstAttribute()
363 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
691 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
/third_party/mindspore/mindspore/lite/mindir/include/
Dmindir_types.h204 struct Attribute { struct
205 std::string name;
206 uint32_t data;
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp577 const char* TiXmlElement::Attribute( const char* name ) const in Attribute() function in TiXmlElement
587 const std::string* TiXmlElement::Attribute( const std::string& name ) const in Attribute() function in TiXmlElement
597 const char* TiXmlElement::Attribute( const char* name, int* i ) const in Attribute() function in TiXmlElement
613 const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const in Attribute() function in TiXmlElement
629 const char* TiXmlElement::Attribute( const char* name, double* d ) const in Attribute() function in TiXmlElement
645 const std::string* TiXmlElement::Attribute( const std::string& name, double* d ) const in Attribute() function in TiXmlElement
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp577 const char* TiXmlElement::Attribute( const char* name ) const in Attribute() function in TiXmlElement
587 const std::string* TiXmlElement::Attribute( const std::string& name ) const in Attribute() function in TiXmlElement
597 const char* TiXmlElement::Attribute( const char* name, int* i ) const in Attribute() function in TiXmlElement
613 const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const in Attribute() function in TiXmlElement
629 const char* TiXmlElement::Attribute( const char* name, double* d ) const in Attribute() function in TiXmlElement
645 const std::string* TiXmlElement::Attribute( const std::string& name, double* d ) const in Attribute() function in TiXmlElement
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h202 struct Attribute : public VariableWithLocation struct
207 Attribute &operator=(const Attribute &other); argument
/third_party/css-what/src/
Dtypes.ts10 Attribute = "attribute", enumerator

123