Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
union si_shader_part_key {
struct {
struct si_vs_prolog_bits states;
- unsigned num_input_sgprs:5;
+ unsigned num_input_sgprs:6;
unsigned last_input:4;
} vs_prolog;
struct {
} gs_prolog;
struct {
struct si_ps_prolog_bits states;
- unsigned num_input_sgprs:5;
+ unsigned num_input_sgprs:6;
unsigned num_input_vgprs:5;
/* Color interpolation and two-side color selection. */
unsigned colors_read:8; /* color input components read */