Searched refs:op_from_string (Results 1 – 2 of 2) sorted by relevance
130 static Opcode op_from_string(const std::string& s);
276 TexInstr::op_from_string(const std::string& s) in op_from_string() function in r600::TexInstr292 auto opcode = TexInstr::op_from_string(opstr); in from_string()