mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
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:
parent
57b7102ef9
commit
9d43aebcad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue