Searched defs:AttributeSpec (Results 1 – 3 of 3) sorted by relevance
25 struct AttributeSpec { struct26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() argument30 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
186 struct AttributeSpec struct191 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 …]
2166 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec