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

  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 25 struct AttributeSpec {
26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {}
30 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector;
  /external/deqp/modules/glshared/
glsDrawTest.hpp 186 struct AttributeSpec
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 82 milliseconds