Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp1118 static bool emit_alu_comb_with_zero(const nir_alu_instr& alu, EAluOp opcode, Shader& shader);
1306 case nir_op_f2b32: return emit_alu_comb_with_zero(*alu, op2_setne_dx10, shader); in from_nir()
1364 case nir_op_ineg: return emit_alu_comb_with_zero(*alu, op2_sub_int, shader); in from_nir()
2202 static bool emit_alu_comb_with_zero(const nir_alu_instr& alu, EAluOp opcode, Shader& shader) in emit_alu_comb_with_zero() function

Completed in 4 milliseconds