Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h221 uint16_t MaxOutputPrimitives; member
228 sys::swapByteOrder(MaxOutputPrimitives); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp316 IO.mapRequired("MaxOutputPrimitives", StageInfo.MS.MaxOutputPrimitives); in mapInfoForVersion()