nir: Remove nir_alu_dest::saturate
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24432>
This commit is contained in:
committed by
Marge Bot
parent
0bbf458a32
commit
d559764e7c
@@ -1089,8 +1089,6 @@ vec4_visitor::nir_emit_alu(nir_alu_instr *instr)
|
||||
dst_reg dst = get_nir_dest(instr->dest.dest, dst_type);
|
||||
dst.writemask &= instr->dest.write_mask;
|
||||
|
||||
assert(!instr->dest.saturate);
|
||||
|
||||
src_reg op[4];
|
||||
for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) {
|
||||
/* We don't lower to source modifiers, so they shouldn't exist. */
|
||||
|
||||
Reference in New Issue
Block a user