Searched defs:AttributeSpec (Results 1 – 3 of 3) sorted by relevance
29 struct AttributeSpec { struct30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function42 dwarf::Attribute Attr;43 dwarf::Form Form;59 struct ByteSizeStorage {84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
192 struct AttributeSpec struct197 InputType inputType;198 OutputType outputType;199 Storage storage;200 Usage usage;201 int componentCount;202 int offset;203 int stride;204 bool normalize;205 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced[all …]
2070 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec