Searched refs:getTextureName (Results 1 – 3 of 3) sorted by relevance
47 std::string getTextureName(const llvm::Value &);
242 std::string llvm::getTextureName(const llvm::Value &val) { in getTextureName() function in llvm
1071 O << ".global .texref " << llvm::getTextureName(*GVar) << ";\n"; in printModuleLevelGV()