intel/decoder: Use 'DWord Length' and 'bias' fields for packet length.
[mesa.git] / src / intel / common / gen_decoder.h
index a80c50b664734c58cc08f3a2bbfcb55c7a2de50f..4beed22d729a3ccb7a494b8afa57c031319d22a0 100644 (file)
@@ -99,8 +99,10 @@ struct gen_group {
    char *name;
 
    struct gen_field *fields; /* linked list of fields */
+   struct gen_field *dword_length_field; /* <instruction> specific */
 
    uint32_t dw_length;
+   uint32_t bias; /* <instruction> specific */
    uint32_t group_offset, group_count;
    uint32_t group_size;
    bool variable; /* <group> specific */