Searched refs:emit_any_all_fcomp2 (Results 1 – 1 of 1) sorted by relevance
1112 static bool emit_any_all_fcomp2(const nir_alu_instr& alu, EAluOp opcode, Shader& shader);1292 case nir_op_b32all_fequal2: return emit_any_all_fcomp2(*alu, op2_sete_dx10, shader); in from_nir()1298 case nir_op_b32any_fnequal2: return emit_any_all_fcomp2(*alu, op2_setne_dx10, shader); in from_nir()1937 static bool emit_any_all_fcomp2(const nir_alu_instr& alu, EAluOp opcode, Shader& shader) in emit_any_all_fcomp2() function