Home
last modified time | relevance | path

Searched full:maxvertexcount (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DPSVv1-geometry.yaml24 MaxVertexCount: 4096
68 # CHECK-NEXT: MaxVertexCount: 4096
H A DPSVv2-geometry.yaml24 MaxVertexCount: 4096
77 # CHECK-NEXT: MaxVertexCount: 4096
H A DPSVv3-geometry.yaml24 MaxVertexCount: 4096
78 # CHECK-NEXT: MaxVertexCount: 4096
H A DGeometryMaskVectors.yaml64 MaxVertexCount: 3
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h396 uint16_t MaxVertexCount; // MaxVertexCount for GS only (max 1024) in swapBytes()
423 sys::swapByteOrder(GeomData.MaxVertexCount); in swapBytes()
369 uint16_t MaxVertexCount; // MaxVertexCount for GS only (max 1024) global() member
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp353 IO.mapRequired("MaxVertexCount", Info.GeomData.MaxVertexCount); in mapInfoForVersion()