Searched refs:SamplerType (Results 1 – 3 of 3) sorted by relevance
88 enum class SamplerType : uint32_t { enum
173 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()
194 dxil::SamplerType getSamplerType() const { in getSamplerType()195 return static_cast<dxil::SamplerType>(getIntParameter(0)); in getSamplerType()317 LLVM_ABI dxil::SamplerType getSamplerType() const;