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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user