Searched refs:isSampler (Results 1 – 8 of 8) sorted by relevance
93 if (isSampler(*TexHandle)) { in replaceIsTypePSampler()115 isSampler(*TexHandle)) { in replaceIsTypePSurface()134 isSampler(*TexHandle)) { in replaceIsTypePTexture()
40 bool isSampler(const Value &);
64 !llvm::isTexture(GV) && !llvm::isSurface(GV) && !llvm::isSampler(GV) && in runOnModule()
264 bool isSampler(const Value &V) { in isSampler() function
872 if (isSampler(*GVar)) { in printModuleLevelGV()1322 const bool IsSampler = isSampler(Arg); in emitFunctionParamList()
382 bool ResourceTypeInfo::isSampler() const { in isSampler() function in ResourceTypeInfo478 assert(isSampler() && "Not a Sampler"); in getSamplerType()565 if (isSampler() && RHS.isSampler() && getSamplerType() < RHS.getSamplerType()) in operator <()589 } else if (isSampler()) { in print()650 } else if (RTI.isSampler()) { in getAsMetadata()704 else if (RTI.isSampler()) in getAnnotateProps()882 } else if (RTI.isSampler() && FirstSampler == Size) { in populateResourceInfos()
95 else if (RI.isCBuffer() || RI.isSampler()) in getFormatName()
308 LLVM_ABI bool isSampler() const;