Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp334 uint8_t SamplerCmpOrHasCounter = 0; in getAnnotateProps() local
336 SamplerCmpOrHasCounter = UAVFlags.HasCounter; in getAnnotateProps()
338 SamplerCmpOrHasCounter = SamplerTy == SamplerType::Comparison; in getAnnotateProps()
348 Word0 |= (SamplerCmpOrHasCounter & 1) << 15; in getAnnotateProps()