Home
last modified time | relevance | path

Searched full:sigpatchconstorprimvectors (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DPSVv1-domain.yaml23 SigPatchConstOrPrimVectors: 0
67 # CHECK-NEXT: SigPatchConstOrPrimVectors: 0
H A DPSVv1-hull.yaml24 SigPatchConstOrPrimVectors: 0
69 # CHECK-NEXT: SigPatchConstOrPrimVectors: 0
H A DPSVv3-hull.yaml24 SigPatchConstOrPrimVectors: 0
79 # CHECK-NEXT: SigPatchConstOrPrimVectors: 0
H A DPSVv2-domain.yaml23 SigPatchConstOrPrimVectors: 0
76 # CHECK-NEXT: SigPatchConstOrPrimVectors: 0
H A DPSVv3-domain.yaml23 SigPatchConstOrPrimVectors: 0
77 # CHECK-NEXT: SigPatchConstOrPrimVectors: 0
H A DPSVv2-hull.yaml24 SigPatchConstOrPrimVectors: 0
78 # CHECK-NEXT: SigPatchConstOrPrimVectors: 0
H A DHullMaskVectors.yaml66 SigPatchConstOrPrimVectors: 7
166 # CHECK-NEXT: SigPatchConstOrPrimVectors: 7
H A DDomainMaskVectors.yaml65 SigPatchConstOrPrimVectors: 7
184 # CHECK-NEXT: SigPatchConstOrPrimVectors: 7
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp357 IO.mapRequired("SigPatchConstOrPrimVectors", in mapInfoForVersion()
358 Info.GeomData.SigPatchConstOrPrimVectors); in mapInfoForVersion()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h397 uint8_t SigPatchConstOrPrimVectors; // Output for HS; Input for DS; in swapBytes()
370 uint8_t SigPatchConstOrPrimVectors; // Output for HS; Input for DS; global() member
/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h239 return P->GeomData.SigPatchConstOrPrimVectors; in getPatchConstOrPrimVectorCount()