Searched defs:AttributeSpec (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h25 struct AttributeSpec { struct in class:llvm::DWARFAbbreviationDeclaration
26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} function in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
30 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector;
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp186 struct AttributeSpec struct in struct:deqp::gls::DrawTestSpec
188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
205 AttributeSpec (void);
232 std::vector<AttributeSpec> attribs;

Completed in 105 milliseconds