diff --git a/src/panfrost/lib/pan_blend.h b/src/panfrost/lib/pan_blend.h index f2ec30404a8..2dec9525c4a 100644 --- a/src/panfrost/lib/pan_blend.h +++ b/src/panfrost/lib/pan_blend.h @@ -90,7 +90,7 @@ struct pan_blend_shader_variant { unsigned work_reg_count; }; -#define PAN_BLEND_SHADER_MAX_VARIANTS 16 +#define PAN_BLEND_SHADER_MAX_VARIANTS 32 struct pan_blend_shader { struct pan_blend_shader_key key;