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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user