diff options
Diffstat (limited to 'src/intel/common/gen_decoder.h')
-rw-r--r-- | src/intel/common/gen_decoder.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/intel/common/gen_decoder.h b/src/intel/common/gen_decoder.h index 870bd7f7841..4f4295ff95a 100644 --- a/src/intel/common/gen_decoder.h +++ b/src/intel/common/gen_decoder.h @@ -61,6 +61,8 @@ struct gen_field_iterator { int i; struct gen_field *field; bool print_colors; + bool repeat; + uint32_t addr_inc; }; struct gen_group { @@ -69,6 +71,10 @@ struct gen_group { int nfields; struct gen_field **fields; uint32_t group_offset, group_count; + uint32_t elem_size; + uint32_t variable_offset; + bool variable; + uint32_t group_size; uint32_t opcode_mask; uint32_t opcode; |