Home
last modified time | relevance | path

Searched refs:op1_rndne (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h55 op1_rndne = 19, enumerator
Dsfn_alu_defines.cpp91 {op1_rndne ,AluOp(1, 1, AluOp::a,"RNDNE")},
Dsfn_emittexinstruction.cpp379 ir = new AluInstruction(op1_rndne, array_index, coord.reg_i(3), {alu_write, alu_last_instr}); in emit_cube_prep()
990 emit_instruction(new AluInstruction(op1_rndne, src.reg_i(2), src.reg_i(src_idx), in handle_array_index()
Dsfn_ir_to_assembly.cpp1242 {op1_rndne, ALU_OP1_RNDNE},
Dsfn_emitaluinstruction.cpp74 case nir_op_fround_even: return emit_alu_op1(instr, op1_rndne); in do_emit()