Home
last modified time | relevance | path

Searched refs:op_descr (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp850 OpDescr op_descr = {{op_invalid}, -1}; in from_string() local
857 op_descr.lds_opcode = opcode; in from_string()
858 op_descr.nsrc = opdescr.nsrc; in from_string()
859 s_alu_map_by_name[opstr] = op_descr; in from_string()
864 if (op_descr.nsrc == -1) { in from_string()
870 op_descr = op->second; in from_string()
877 op_descr = {{opcode}, opdescr.nsrc}; in from_string()
878 s_alu_map_by_name[opstr] = op_descr; in from_string()
883 if (op_descr.nsrc == -1) { in from_string()
889 op_descr in from_string()
[all...]

Completed in 2 milliseconds