diff options
author | Rob Clark <[email protected]> | 2020-02-23 11:47:01 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-24 21:31:53 +0000 |
commit | 6ee68d796e433c2efb3313baf119a8e0ddcac759 (patch) | |
tree | 8eac878a21f9211b61190b8f3b1843793faf2a07 /src/freedreno/ir3/ir3.h | |
parent | 3bb340cf4f21e12407720b7f46d2c4486a1ff2a5 (diff) |
freedreno/computerator: polish out some of the rust
Updates for differences between fdre-a3xx's early version of ir3, and
what we have now in mesa. And updates for instruction name and syntax
changes.
Signed-off-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3926>
Diffstat (limited to 'src/freedreno/ir3/ir3.h')
-rw-r--r-- | src/freedreno/ir3/ir3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h index f927d1ff204..609e93f0299 100644 --- a/src/freedreno/ir3/ir3.h +++ b/src/freedreno/ir3/ir3.h @@ -399,6 +399,9 @@ struct ir3_instruction { #ifdef DEBUG uint32_t serialno; #endif + + // TODO only computerator/assembler: + int line; }; static inline struct ir3_instruction * |