mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 21:08:11 +02:00
ac/surface: pack gfx9_surf_layout:resource_type better to save 8 bytes
Yes, this saves 8 bytes. See pahole for yourself. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10083>
This commit is contained in:
parent
4bd5f62966
commit
8837d1d833
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ struct gfx9_surf_layout {
|
|||
uint16_t fmask_epitch; /* gfx9 only, not on gfx10 */
|
||||
uint16_t stencil_epitch; /* gfx9 only, not on gfx10 */
|
||||
|
||||
enum gfx9_resource_type resource_type; /* 1D, 2D or 3D */
|
||||
enum gfx9_resource_type resource_type:8; /* 1D, 2D or 3D */
|
||||
uint16_t surf_pitch; /* in blocks */
|
||||
uint16_t surf_height;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue