Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp665 uint32_t SampleCount = in getAsMetadata() local
667 MDVals.push_back(getIntMD(SampleCount)); in getAsMetadata()
728 uint32_t SampleCount = RTI.isMultiSample() ? RTI.getMultiSampleCount() : 0; in getAnnotateProps() local
732 Word1 |= (SampleCount & 0xFF) << 16; in getAnnotateProps()