Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h46 std::string getSamplerName(const Value &);
DNVPTXUtilities.cpp236 std::string getSamplerName(const Value &val) { in getSamplerName() function
DNVPTXAsmPrinter.cpp1048 O << ".global .samplerref " << getSamplerName(*GVar); in printModuleLevelGV()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h49 std::string getSamplerName(const llvm::Value &);
DNVPTXUtilities.cpp252 std::string llvm::getSamplerName(const llvm::Value &val) { in getSamplerName() function in llvm
DNVPTXAsmPrinter.cpp1090 O << ".global .samplerref " << llvm::getSamplerName(*GVar); in printModuleLevelGV()