mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
intel: decoder: document when fields should be used
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
4f128f7850
commit
467430ddcc
1 changed files with 2 additions and 3 deletions
|
|
@ -103,7 +103,7 @@ struct gen_group {
|
|||
uint32_t dw_length;
|
||||
uint32_t group_offset, group_count;
|
||||
uint32_t group_size;
|
||||
bool variable;
|
||||
bool variable; /* <group> specific */
|
||||
bool fixed_length; /* True for <struct> & <register> */
|
||||
|
||||
struct gen_group *parent;
|
||||
|
|
@ -112,8 +112,7 @@ struct gen_group {
|
|||
uint32_t opcode_mask;
|
||||
uint32_t opcode;
|
||||
|
||||
/* Register specific */
|
||||
uint32_t register_offset;
|
||||
uint32_t register_offset; /* <register> specific */
|
||||
};
|
||||
|
||||
struct gen_value {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue