diff options
author | Jason Ekstrand <[email protected]> | 2017-06-22 17:12:36 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-05-09 11:16:33 -0700 |
commit | 8ab73790efbce705c84c5fd6e598d91ffe02b579 (patch) | |
tree | 0defbabeefb61979a34d806d34c0205aecd4a378 /src/intel/isl/isl.h | |
parent | 96598fbc02d2277a923d10aad168a7a3be0fb08b (diff) |
intel/isl/format: Add field locations informations to channel_layout
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/intel/isl/isl.h')
-rw-r--r-- | src/intel/isl/isl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 7c9a41e09b3..b6fd7edeb18 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -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 */ }; |