HomeSort by relevance Sort by last modified time
    Searched defs:AttributeSpec (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 22 struct AttributeSpec {
23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {}
27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector;
  /external/deqp/modules/glshared/
glsDrawTest.hpp 187 struct AttributeSpec
189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
206 AttributeSpec (void);
233 std::vector<AttributeSpec> attribs;
glsDrawTest.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 629 milliseconds