Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp41 return getSamplerType(T); in convertOpenCLSpecificType()
69 llvm::Type *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType() function in CGOpenCLRuntime
H A DCGOpenCLRuntime.h72 llvm::Type *getSamplerType(const Type *T);
H A DCodeGenModule.cpp7631 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2684 static SPIRVType *getSamplerType(MachineIRBuilder &MIRBuilder, in getSamplerType() function
2842 TargetType = getSamplerType(MIRBuilder, GR); in lowerBuiltinType()