Home
last modified time | relevance | path

Searched refs:MaxOutputVertices (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h220 uint16_t MaxOutputVertices; member
227 sys::swapByteOrder(MaxOutputVertices); in swapBytes()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp315 IO.mapRequired("MaxOutputVertices", StageInfo.MS.MaxOutputVertices); in mapInfoForVersion()