Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp362 uint8_t PatchConstOrPrimVectorCount = getPatchConstOrPrimVectorCount(); in parse() local
385 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0) { in parse()
386 uint32_t NumDwords = maskDwordSize(PatchConstOrPrimVectorCount); in parse()
404 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0 && in parse()
407 mapTableSize(InputVectorCount, PatchConstOrPrimVectorCount); in parse()
414 if (ShaderStage == Triple::Domain && PatchConstOrPrimVectorCount > 0 && in parse()
417 mapTableSize(PatchConstOrPrimVectorCount, OutputVectorCounts[0]); in parse()