Searched refs:op2_opt_reverse (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitaluinstruction.h | 48 op2_opt_reverse = 1, enumerator in enum:r600::EmitAluInstruction::AluOp2Opts
|
| H A D | sfn_emitaluinstruction.cpp | 139 case nir_op_flt32: return emit_alu_op2(instr, op2_setgt_dx10, op2_opt_reverse); 140 case nir_op_flt: return emit_alu_op2(instr, op2_setgt_dx10, op2_opt_reverse); 168 case nir_op_ilt32: return emit_alu_op2_int(instr, op2_setgt_int, op2_opt_reverse); 169 case nir_op_ilt: return emit_alu_op2_int(instr, op2_setgt_int, op2_opt_reverse); 186 case nir_op_slt: return emit_alu_op2(instr, op2_setgt, op2_opt_reverse); 193 case nir_op_ult32: return emit_alu_op2_int(instr, op2_setgt_uint, op2_opt_reverse); 194 case nir_op_ult: return emit_alu_op2_int(instr, op2_setgt_uint, op2_opt_reverse); 873 if (ops & op2_opt_reverse) {
|
Completed in 4 milliseconds