Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h40 llvm::PointerType *SamplerTy; variable
56 PipeROTy(nullptr), PipeWOTy(nullptr), SamplerTy(nullptr) {} in CGOpenCLRuntime()
H A DCGOpenCLRuntime.cpp90 if (!SamplerTy) in getSamplerType()
91 SamplerTy = llvm::PointerType::get(llvm::StructType::create( in getSamplerType()
95 return SamplerTy; in getSamplerType()