Searched refs:isTexture (Results 1 – 4 of 4) sorted by relevance
38 bool isTexture(const Value &);
64 !llvm::isTexture(GV) && !llvm::isSurface(GV) && !llvm::isSampler(GV) && in runOnModule()
260 bool isTexture(const Value &V) { return globalHasNVVMAnnotation(V, "texture"); } in isTexture() function
853 if (isTexture(*GVar)) { in printModuleLevelGV()