FMT_TRUNCATE_DEPTH
# define FMT_TRUNCATE_DEPTH(x) ((x) << 4) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
# define FMT_TRUNCATE_DEPTH (1 << 4)