Searched refs:op2_setge_uint (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_alu_defines.h | 98 op2_setge_uint = 63, enumerator in enum:r600::EAluOp
|
| H A D | sfn_alu_defines.cpp | 157 {op2_setge_uint ,AluOp(2, 0, AluOp::a,"SETGE_UINT")},
|
| H A D | sfn_emitaluinstruction.cpp | 191 case nir_op_uge32: return emit_alu_op2_int(instr, op2_setge_uint); 192 case nir_op_uge: return emit_alu_op2_int(instr, op2_setge_uint);
|
| H A D | sfn_ir_to_assembly.cpp | 1288 {op2_setge_uint, ALU_OP2_SETGE_UINT},
|
Completed in 7 milliseconds