Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h42 op2_max_dx10 = 5, enumerator
Dsfn_alu_defines.cpp114 {op2_max_dx10 ,AluOp(2, 1, AluOp::a,"MAX_DX10")},
Dsfn_ir_to_assembly.cpp1229 {op2_max_dx10, ALU_OP2_MAX_DX10},
Dsfn_emitaluinstruction.cpp141 case nir_op_fmax: return emit_alu_op2(instr, op2_max_dx10); in do_emit()