Home
last modified time | relevance | path

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

/freebsd-14.2/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()