nir: Use nir_component_mask_t for nir_alu_dst::write_mask

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20193>
This commit is contained in:
Jason Ekstrand 2022-12-06 18:26:25 -06:00
parent 57b7102ef9
commit 9d43aebcad

View file

@ -1210,7 +1210,7 @@ typedef struct {
*
* Ignored if dest.is_ssa is true
*/
unsigned write_mask : NIR_MAX_VEC_COMPONENTS;
nir_component_mask_t write_mask;
} nir_alu_dest;
/** NIR sized and unsized types