nir: Remove nir_alu_dest::write_mask
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
f5b09fefe3
commit
42ee8a55dd
@@ -2879,7 +2879,6 @@ emit_alu(struct ntd_context *ctx, nir_alu_instr *alu)
|
||||
}
|
||||
|
||||
/* other ops should be scalar */
|
||||
assert(alu->dest.write_mask == 1);
|
||||
const struct dxil_value *src[4];
|
||||
assert(nir_op_infos[alu->op].num_inputs <= 4);
|
||||
for (unsigned i = 0; i < nir_op_infos[alu->op].num_inputs; i++) {
|
||||
|
||||
Reference in New Issue
Block a user