HomeSort by relevance Sort by last modified time
    Searched refs:AttributeSpec (Results 1 - 11 of 11) 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/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 54 AttributeSpecs.push_back(AttributeSpec(Attr, Form));
72 for (const AttributeSpec &Spec : AttributeSpecs) {
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 330 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 478 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 616 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 544 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 187 milliseconds