Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp179 bool SRV, bool HasCounter, uint32_t SampleCount) { in printKind() argument
202 if (SampleCount) in printKind()
203 DimName += std::to_string(SampleCount); in printKind()
H A DDXILResource.h47 uint32_t SampleCount = 0);