Home
last modified time | relevance | path

Searched refs:getSurfaceName (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h45 std::string getSurfaceName(const Value &);
DNVPTXUtilities.cpp231 std::string getSurfaceName(const Value &val) { in getSurfaceName() function
DNVPTXAsmPrinter.cpp1034 O << ".global .surfref " << getSurfaceName(*GVar) << ";\n"; in printModuleLevelGV()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h48 std::string getSurfaceName(const llvm::Value &);
DNVPTXUtilities.cpp247 std::string llvm::getSurfaceName(const llvm::Value &val) { in getSurfaceName() function in llvm
DNVPTXAsmPrinter.cpp1076 O << ".global .surfref " << llvm::getSurfaceName(*GVar) << ";\n"; in printModuleLevelGV()