Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp324 IO.mapRequired("MaxVertexCount", Info.GeomData.MaxVertexCount); in mapInfoForVersion()
329 Info.GeomData.SigPatchConstOrPrimVectors); in mapInfoForVersion()
332 IO.mapRequired("SigPrimVectors", Info.GeomData.MeshInfo.SigPrimVectors); in mapInfoForVersion()
334 Info.GeomData.MeshInfo.MeshOutputTopology); in mapInfoForVersion()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h374 GeometryExtraInfo GeomData; member
392 sys::swapByteOrder(GeomData.MaxVertexCount); in swapBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h231 return P->GeomData.SigPatchConstOrPrimVectors; in getPatchConstOrPrimVectorCount()