Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp339 uint8_t PatchOrPrimCount = getSigPatchOrPrimCount(); in parse() local
341 uint32_t ElementCount = InputCount + OutputCount + PatchOrPrimCount; in parse()
364 size_t PSize = SigPatchOrPrimElements.Stride * PatchOrPrimCount; in parse()