Searched defs:AttributeSpec (Results 1 – 4 of 4) sorted by relevance
22 struct AttributeSpec { struct23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() function27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
187 struct AttributeSpec struct192 InputType inputType;193 OutputType outputType;194 Storage storage;195 Usage usage;196 int componentCount;197 int offset;198 int stride;199 bool normalize;200 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced[all …]
2165 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec
1096 typedef DWARFAbbreviationDeclaration::AttributeSpec AttributeSpec; typedef in llvm::dsymutil::__anon7a0c69ef0111::DwarfLinker