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:
Alyssa Rosenzweig
2023-08-02 13:01:09 -04:00
committed by Marge Bot
parent f5b09fefe3
commit 42ee8a55dd
36 changed files with 3 additions and 79 deletions
@@ -169,7 +169,6 @@ TEST_P(nir_serialize_all_test, alu_two_components_full_swizzle)
nir_alu_instr *fma_alu = nir_instr_as_alu(fma->parent_instr);
fma->num_components = GetParam();
fma_alu->dest.write_mask = (1 << GetParam()) - 1;
memset(fma_alu->src[0].swizzle, 1, GetParam());
memset(fma_alu->src[1].swizzle, 1, GetParam());