mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
9cc303ffbb
commit
27367cf018
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue