Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp808 struct OpDescr { struct
816 static std::map<std::string, OpDescr> s_alu_map_by_name;
817 static std::map<std::string, OpDescr> s_lds_map_by_name;
850 OpDescr op_descr = {{op_invalid}, -1}; in from_string()