Searched refs:emit_any_all_fcomp (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitaluinstruction.h | 77 bool emit_any_all_fcomp(const nir_alu_instr& instr, EAluOp op, unsigned nc, bool all);
|
| H A D | sfn_emitaluinstruction.cpp | 75 case nir_op_b32all_fequal3: return emit_any_all_fcomp(instr, op2_sete, 3, true); 76 case nir_op_b32all_fequal4: return emit_any_all_fcomp(instr, op2_sete, 4, true); 81 case nir_op_b32any_fnequal3: return emit_any_all_fcomp(instr, op2_setne, 3, false); 82 case nir_op_b32any_fnequal4: return emit_any_all_fcomp(instr, op2_setne, 4, false); 88 case nir_op_ball_fequal3: return emit_any_all_fcomp(instr, op2_sete, 3, true); 89 case nir_op_ball_fequal4: return emit_any_all_fcomp(instr, op2_sete, 4, true); 94 case nir_op_bany_fnequal3: return emit_any_all_fcomp(instr, op2_setne, 3, false); 95 case nir_op_bany_fnequal4: return emit_any_all_fcomp(instr, op2_setne, 4, false); 727 bool EmitAluInstruction::emit_any_all_fcomp(const nir_alu_instr& instr, EAluOp op, unsigned nc, bool all) function in class:r600::EmitAluInstruction
|
Completed in 3 milliseconds