Home
last modified time | relevance | path

Searched refs:s_opcode_map (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h187 static const std::map<Opcode, std::string> s_opcode_map; variable
Dsfn_instr_tex.cpp201 const std::map<TexInstr::Opcode, std::string> TexInstr::s_opcode_map = { member in r600::TexInstr
239 for (auto& [op, str] : s_opcode_map) { in op_from_string()