diff --git a/.pick_status.json b/.pick_status.json index 60dfa80cd71..835f17d4770 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4000,7 +4000,7 @@ "description": "nir: Increase nir_variable_data::mode to 16 bits", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index fdd17ffc745..b1a2315426f 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -424,7 +424,7 @@ typedef struct nir_variable { * * \sa nir_variable_mode */ - unsigned mode:15; + unsigned mode:16; /** * Is the variable read-only?