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:
Marek Olšák 2021-04-02 14:11:26 -04:00 committed by Marge Bot
parent 4bd5f62966
commit 8837d1d833

View file

@ -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;