Home
last modified time | relevance | path

Searched defs:AttributeSpec (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h22 struct AttributeSpec { struct
23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() function
27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
/external/deqp/modules/glshared/
DglsDrawTest.hpp187 struct AttributeSpec struct
192 InputType inputType;
193 OutputType outputType;
194 Storage storage;
195 Usage usage;
196 int componentCount;
197 int offset;
198 int stride;
199 bool normalize;
200 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
[all …]
DglsDrawTest.cpp2165 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1096 typedef DWARFAbbreviationDeclaration::AttributeSpec AttributeSpec; typedef in llvm::dsymutil::__anon7a0c69ef0111::DwarfLinker