Home
last modified time | relevance | path

Searched refs:op2_max_int (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h89 op2_max_int = 54, enumerator
Dsfn_alu_defines.cpp148 {op2_max_int ,AluOp(2, 0, AluOp::a,"MAX_INT")},
Dsfn_ir_to_assembly.cpp1275 {op2_max_int, ALU_OP2_MAX_INT},
Dsfn_emitaluinstruction.cpp114 case nir_op_imax: return emit_alu_op2_int(instr, op2_max_int); in do_emit()