Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.h83 bool emit_any_all_fcomp2(const nir_alu_instr& instr, EAluOp op, bool all);
Dsfn_emitaluinstruction.cpp160 case nir_op_bany_fnequal2: return emit_any_all_fcomp2(instr, op2_setne_dx10, false); in do_emit()
164 case nir_op_ball_fequal2: return emit_any_all_fcomp2(instr, op2_sete_dx10, true); in do_emit()
795 bool EmitAluInstruction::emit_any_all_fcomp2(const nir_alu_instr& instr, EAluOp op, bool all) in emit_any_all_fcomp2() function in r600::EmitAluInstruction