Home
last modified time | relevance | path

Searched refs:getTextureName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h44 std::string getTextureName(const Value &);
H A DNVPTXUtilities.cpp226 std::string getTextureName(const Value &val) { in getTextureName() function
H A DNVPTXAsmPrinter.cpp1052 O << ".global .texref " << getTextureName(*GVar) << ";\n"; in printModuleLevelGV()