Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp70 if (SamplerTy) in getSamplerType()
71 return SamplerTy; in getSamplerType()
75 SamplerTy = TransTy; in getSamplerType()
77 SamplerTy = getPointerType(T); in getSamplerType()
78 return SamplerTy; in getSamplerType()
H A DCGOpenCLRuntime.h41 llvm::Type *SamplerTy; variable
59 PipeROTy(nullptr), PipeWOTy(nullptr), SamplerTy(nullptr) {} in CGOpenCLRuntime()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp233 SamplerType SamplerTy) { in Sampler() argument
236 RI.SamplerTy = SamplerTy; in Sampler()
248 return SamplerTy == RHS.SamplerTy; in operator ==()
291 MDVals.push_back(getIntMD(llvm::to_underlying(SamplerTy))); in getAsMetadata()
338 SamplerCmpOrHasCounter = SamplerTy == SamplerType::Comparison; in getAnnotateProps()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h94 dxil::SamplerType SamplerTy; // Sampler member
178 dxil::SamplerType SamplerTy);