Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp701 uint8_t SamplerCmpOrHasCounter = 0; in getAnnotateProps() local
703 SamplerCmpOrHasCounter = hasCounter(); in getAnnotateProps()
705 SamplerCmpOrHasCounter = RTI.getSamplerType() == SamplerType::Comparison; in getAnnotateProps()
715 Word0 |= (SamplerCmpOrHasCounter & 1) << 15; in getAnnotateProps()