intel/isl: decrease isl_format_layouts size by 36k

This drops
-0000000000011e90 R isl_format_layouts
+0000000000008f48 R isl_format_layouts

I think that's about 36k.

Thanks to Jason for suggesting PACKED

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11232>
This commit is contained in:
Dave Airlie 2021-06-08 10:00:20 +10:00
parent 93f67055c4
commit 6989afea58

View file

@ -414,7 +414,7 @@ enum isl_format {
/**
* Numerical base type for channels of isl_format.
*/
enum isl_base_type {
enum PACKED isl_base_type {
ISL_VOID,
ISL_RAW,
ISL_UNORM,