Home
last modified time | relevance | path

Searched refs:GeomData (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp335 IO.mapRequired("MaxVertexCount", Info.GeomData.MaxVertexCount); in mapInfoForVersion()
340 Info.GeomData.SigPatchConstOrPrimVectors); in mapInfoForVersion()
343 IO.mapRequired("SigPrimVectors", Info.GeomData.MeshInfo.SigPrimVectors); in mapInfoForVersion()
345 Info.GeomData.MeshInfo.MeshOutputTopology); in mapInfoForVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h378 GeometryExtraInfo GeomData; member
396 sys::swapByteOrder(GeomData.MaxVertexCount); in swapBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h239 return P->GeomData.SigPatchConstOrPrimVectors; in getPatchConstOrPrimVectorCount()