Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h88 enum class SamplerType : uint32_t { enum
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp173 static StringRef getSamplerTypeName(SamplerType ST) { in getSamplerTypeName()
175 case SamplerType::Default: in getSamplerTypeName()
177 case SamplerType::Comparison: in getSamplerTypeName()
179 case SamplerType::Mono: in getSamplerTypeName()
477 dxil::SamplerType ResourceTypeInfo::getSamplerType() const { in getSamplerType()
705 SamplerCmpOrHasCounter = RTI.getSamplerType() == SamplerType::Comparison; in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h194 dxil::SamplerType getSamplerType() const { in getSamplerType()
195 return static_cast<dxil::SamplerType>(getIntParameter(0)); in getSamplerType()
317 LLVM_ABI dxil::SamplerType getSamplerType() const;