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.cpp648 IO.mapRequired("MaxVertexCount", Info.GeomData.MaxVertexCount); in mapInfoForVersion()
653 Info.GeomData.SigPatchConstOrPrimVectors); in mapInfoForVersion()
656 IO.mapRequired("SigPrimVectors", Info.GeomData.MeshInfo.SigPrimVectors); in mapInfoForVersion()
658 Info.GeomData.MeshInfo.MeshOutputTopology); in mapInfoForVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h506 GeometryExtraInfo GeomData; member
524 sys::swapByteOrder(GeomData.MaxVertexCount); in swapBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h422 return P->GeomData.SigPatchConstOrPrimVectors; in getPatchConstOrPrimVectorCount()