Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h48 std::string getSamplerName(const llvm::Value &);
DNVPTXUtilities.cpp252 std::string llvm::getSamplerName(const llvm::Value &val) { in getSamplerName() function in llvm
DNVPTXAsmPrinter.cpp1069 O << ".global .samplerref " << llvm::getSamplerName(*GVar); in printModuleLevelGV()