Searched refs:op1_max4 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 182 op1_max4 = 193, enumerator
|
D | sfn_alu_defines.cpp | 68 {op1_max4 ,AluOp(1, 1, AluOp::v,"MAX4")},
|
D | sfn_emitaluinstruction.cpp | 766 ir = new AluInstruction(op1_max4, v[i], v[i], write); in emit_any_all_fcomp() 772 ir = new AluInstruction(op1_max4, v[i], in emit_any_all_fcomp()
|
D | sfn_ir_to_assembly.cpp | 1368 {op1_max4, ALU_OP1_MAX4},
|