Home
last modified time | relevance | path

Searched refs:op3_cnde_int (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp848 shader.emit_instruction(new AluInstr(op3_cnde_int, comp1, high_bit, trgt[0], trgt[2], in emit_image_size()
850 shader.emit_instruction(new AluInstr(op3_cnde_int, comp2, high_bit, trgt[1], trgt[3], in emit_image_size()
852 …shader.emit_instruction(new AluInstr(op3_cnde_int, dest[2], low_bit, comp1, comp2, AluInstr::last_… in emit_image_size()
Dsfn_alu_defines.h237 op3_cnde_int = 28<< 6, enumerator
Dsfn_shader_gs.cpp403 ir = new AluInstr(op3_cnde_int, adjhelp[i], in emit_adj_fix()
Dsfn_alu_defines.cpp232 {op3_cnde_int ,AluOp(3, 0, AluOp::a, AluOp::a, AluOp::a, "CNDE_INT")},
Dsfn_assembler.cpp1411 {op3_cnde_int, ALU_OP3_CNDE_INT},
Dsfn_instr_alu.cpp1304 case nir_op_b32csel: return emit_alu_op3(*alu, op3_cnde_int, shader, {0, 2, 1}); in from_nir()