Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp46 return getSamplerType(T); in convertOpenCLSpecificType()
94 llvm::PointerType *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType() function in CGOpenCLRuntime
H A DCGOpenCLRuntime.h73 llvm::PointerType *getSamplerType(const Type *T);
H A DCodeGenModule.cpp7046 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2046 static SPIRVType *getSamplerType(MachineIRBuilder &MIRBuilder, in getSamplerType() function
2129 TargetType = getSamplerType(MIRBuilder, GR); in lowerBuiltinType()