intel/isl/format: Add field locations informations to channel_layout
[mesa.git] / src / intel / isl / isl.h
index 7c9a41e09b3d658822a068c2e7fa412532dd211a..b6fd7edeb18eb7ef61dbc19d04346aae536a614c 100644 (file)
@@ -1005,6 +1005,7 @@ struct isl_extent4d {
 
 struct isl_channel_layout {
    enum isl_base_type type;
+   uint8_t start_bit; /**< Bit at which this channel starts */
    uint8_t bits; /**< Size in bits */
 };