Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.h130 static Opcode op_from_string(const std::string& s);
H A Dsfn_instr_tex.cpp276 TexInstr::op_from_string(const std::string& s) in op_from_string() function in r600::TexInstr
292 auto opcode = TexInstr::op_from_string(opstr); in from_string()