Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h29 struct AttributeSpec { struct
30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function
42 dwarf::Attribute Attr;
43 dwarf::Form Form;
59 struct ByteSizeStorage {
84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.hpp192 struct AttributeSpec struct
197 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 …]
DglsDrawTest.cpp2070 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec