Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp425 uint8_t PatchConstOrPrimVectorCount = getPatchConstOrPrimVectorCount(); in parse() local
448 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0) { in parse()
449 uint32_t NumDwords = maskDwordSize(PatchConstOrPrimVectorCount); in parse()
467 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0 && in parse()
470 mapTableSize(InputVectorCount, PatchConstOrPrimVectorCount); in parse()
477 if (ShaderStage == Triple::Domain && PatchConstOrPrimVectorCount > 0 && in parse()
480 mapTableSize(PatchConstOrPrimVectorCount, OutputVectorCounts[0]); in parse()