Searched refs:s_opcode_map (Results 1 – 2 of 2) sorted by relevance
187 static const std::map<Opcode, std::string> s_opcode_map; variable
201 const std::map<TexInstr::Opcode, std::string> TexInstr::s_opcode_map = { member in r600::TexInstr239 for (auto& [op, str] : s_opcode_map) { in op_from_string()