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