diff options
author | Dave Airlie <[email protected]> | 2017-05-02 10:32:02 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-05-03 06:03:07 +1000 |
commit | ce0f692528989b58e7a4800a5163e59220a56fe8 (patch) | |
tree | 7272ae287d2ad3ce67cc5969ae8229cabcfe0276 /src/amd/vulkan/radv_radeon_winsys.h | |
parent | 9399870ef03646fcbfefceaca84ae9df38a4b203 (diff) |
radv: minor pahole related improvements.
This just reduces the structs by 4-8 bytes each.
Reviewed-by: Timothy Arceri <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_radeon_winsys.h')
-rw-r--r-- | src/amd/vulkan/radv_radeon_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_radeon_winsys.h b/src/amd/vulkan/radv_radeon_winsys.h index 91c6bff72e2..84b1d73780b 100644 --- a/src/amd/vulkan/radv_radeon_winsys.h +++ b/src/amd/vulkan/radv_radeon_winsys.h @@ -172,9 +172,9 @@ struct radeon_surf_level { uint32_t nblk_z; uint32_t pitch_bytes; uint32_t mode; + bool dcc_enabled; uint64_t dcc_offset; uint64_t dcc_fast_clear_size; - bool dcc_enabled; }; |