Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp1098 static bool emit_alu_op2_64bit_one_dst(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, boo…
1183 case nir_op_feq32: return emit_alu_op2_64bit_one_dst(*alu, op2_sete_64, shader, false); in from_nir()
1184 case nir_op_fge32: return emit_alu_op2_64bit_one_dst(*alu, op2_setge_64, shader, false); in from_nir()
1185 case nir_op_flt32: return emit_alu_op2_64bit_one_dst(*alu, op2_setgt_64, shader, true); in from_nir()
1186 case nir_op_fneu32: return emit_alu_op2_64bit_one_dst(*alu, op2_setne_64, shader, false); in from_nir()
1576 static bool emit_alu_op2_64bit_one_dst(const nir_alu_instr& alu, EAluOp opcode, in emit_alu_op2_64bit_one_dst() function