Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFAbbreviationDeclaration.h25 struct AttributeSpec { struct
26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() argument
30 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
/external/deqp/modules/glshared/
DglsDrawTest.hpp186 struct AttributeSpec struct
191 InputType inputType;
192 OutputType outputType;
193 Storage storage;
194 Usage usage;
195 int componentCount;
196 int offset;
197 int stride;
198 bool normalize;
199 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
[all …]
DglsDrawTest.cpp2166 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec