Searched refs:isSampler (Results 1 – 7 of 7) sorted by relevance
94 if (isSampler(*TexHandle)) { in replaceIsTypePSampler()116 isSampler(*TexHandle)) { in replaceIsTypePSurface()135 isSampler(*TexHandle)) { in replaceIsTypePTexture()
40 bool isSampler(const Value &);
64 !llvm::isTexture(GV) && !llvm::isSurface(GV) && !llvm::isSampler(GV) && in runOnModule()
223 bool isSampler(const Value &val) { in isSampler() function
1056 if (isSampler(*GVar)) { in printModuleLevelGV()1528 if (isSampler(*I) || isImage(*I)) { in emitFunctionParamList()
20 bool ResourceInfo::isSampler() const { return RC == ResourceClass::Sampler; } in isSampler() function in ResourceInfo247 if (isSampler()) in operator ==()290 } else if (isSampler()) { in getAsMetadata()337 else if (isSampler()) in getAnnotateProps()
109 bool isSampler() const;