Searched refs:alu_dst_clamp (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_alu.cpp | 226 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 …]
|
D | sfn_alu_defines.h | 253 alu_dst_clamp, enumerator
|
D | sfn_shader_vs.cpp | 217 …m_parent->emit_instruction(new AluInstr(op1_mov, clamped, src, {alu_write, alu_dst_clamp, alu_last… in emit_varying_pos()
|
D | sfn_assembler.cpp | 289 alu.dst.clamp = ai.has_alu_flag(alu_dst_clamp); in emit_alu_op()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instrfromstring_test.cpp | 126 {alu_last_instr, alu_dst_clamp}); in TEST_F()
|