Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h236 op3_cndge = 27<< 6, enumerator
Dsfn_alu_defines.cpp231 {op3_cndge ,AluOp(3, 1, AluOp::a, AluOp::a, AluOp::a, "CNDGE")},
Dsfn_assembler.cpp1410 {op3_cndge, ALU_OP3_CNDGE},
Dsfn_instr_alu.cpp1311 case nir_op_fcsel_ge: return emit_alu_op3(*alu, op3_cndge, shader, {0, 1, 2}); in from_nir()