Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp226 if (has_alu_flag(alu_dst_clamp)) in do_print()
351 has_alu_flag(alu_dst_clamp)) in can_copy_propagate()
696 if (has_alu_flag(alu_dst_clamp)) in split()
697 instr->set_alu_flag(alu_dst_clamp); in split()
845 flags.insert(alu_dst_clamp); in from_string()
1343 case nir_op_fsat: return emit_alu_op1(*alu, op1_mov, shader, {1 << alu_dst_clamp}); in from_nir()
1553 ir->set_alu_flag(alu_dst_clamp); in emit_alu_op2_64bit()
1844 if (flags.test(alu_dst_clamp) || alu.dest.saturate) in emit_alu_op1()
1845 ir->set_alu_flag(alu_dst_clamp); in emit_alu_op1()
1884 if (alu.dest.saturate) ir->set_alu_flag(alu_dst_clamp); in emit_alu_op2()
[all …]
Dsfn_alu_defines.h253 alu_dst_clamp, enumerator
Dsfn_shader_vs.cpp217 …m_parent->emit_instruction(new AluInstr(op1_mov, clamped, src, {alu_write, alu_dst_clamp, alu_last… in emit_varying_pos()
Dsfn_assembler.cpp289 alu.dst.clamp = ai.has_alu_flag(alu_dst_clamp); in emit_alu_op()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp126 {alu_last_instr, alu_dst_clamp}); in TEST_F()