panfrost: Add padding to pan_blit_blend_shader_key

So the hashtable helpers know the correct size of the struct.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11383>
This commit is contained in:
Tomeu Vizoso 2021-07-06 10:31:38 +02:00 committed by Marge Bot
parent 9cc303ffbb
commit 27367cf018
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ struct pan_blit_blend_shader_key {
nir_alu_type type;
unsigned rt : 3;
unsigned nr_samples : 5;
unsigned pad : 24;
};
struct pan_blit_blend_shader_data {