mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-12 02:50:30 +01:00
radeonsi: fix packing of key.mono.u.ps
This commit is contained in:
parent
033c39a660
commit
9ac7d0a0e2
1 changed files with 3 additions and 3 deletions
|
|
@ -558,9 +558,9 @@ struct si_shader_key {
|
|||
unsigned vs_export_prim_id:1;
|
||||
struct {
|
||||
unsigned interpolate_at_sample_force_center:1;
|
||||
unsigned fbfetch_msaa;
|
||||
unsigned fbfetch_is_1D;
|
||||
unsigned fbfetch_layered;
|
||||
unsigned fbfetch_msaa:1;
|
||||
unsigned fbfetch_is_1D:1;
|
||||
unsigned fbfetch_layered:1;
|
||||
} ps;
|
||||
} u;
|
||||
} mono;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue