Searched refs:op3_cnde_int (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitssboinstruction.cpp | 681 … emit_instruction(new AluInstruction(op3_cnde_int, comp, high_bit, trgt.reg_i(0), trgt.reg_i(2), in emit_image_size() 683 …emit_instruction(new AluInstruction(op3_cnde_int, high_bit, high_bit, trgt.reg_i(1), trgt.reg_i(3), in emit_image_size() 686 …emit_instruction(new AluInstruction(op3_cnde_int, dest.reg_i(2), low_bit, comp, high_bit, EmitInst… in emit_image_size()
|
D | sfn_alu_defines.h | 235 op3_cnde_int = 28<< 6, enumerator
|
D | sfn_shader_geometry.cpp | 247 ir = new AluInstruction(op3_cnde_int, adjhelp[i], in emit_adj_fix()
|
D | sfn_alu_defines.cpp | 232 {op3_cnde_int ,AluOp(3, 0, AluOp::a,"CNDE_INT")},
|
D | sfn_emitaluinstruction.cpp | 86 case nir_op_b32csel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1}); in do_emit() 99 case nir_op_bcsel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1}); in do_emit()
|
D | sfn_ir_to_assembly.cpp | 1424 {op3_cnde_int, ALU_OP3_CNDE_INT},
|