mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radv: reduce radv_shader_variant struct size.
544->536 Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a2c2a76c9e
commit
66031d8925
1 changed files with 1 additions and 1 deletions
|
|
@ -1005,10 +1005,10 @@ struct radv_shader_variant {
|
|||
struct radeon_winsys_bo *bo;
|
||||
uint64_t bo_offset;
|
||||
struct ac_shader_config config;
|
||||
uint32_t code_size;
|
||||
struct ac_shader_variant_info info;
|
||||
unsigned rsrc1;
|
||||
unsigned rsrc2;
|
||||
uint32_t code_size;
|
||||
|
||||
struct list_head slab_list;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue