mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 07:38:10 +02:00
ac: Add VCN IB parser
Reviewed-by: Leo Liu <leo.liu@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31275>
This commit is contained in:
parent
ada6702af0
commit
1459193b99
2 changed files with 1080 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ struct ac_ib_parser {
|
|||
const int *trace_ids;
|
||||
unsigned trace_id_count;
|
||||
enum amd_gfx_level gfx_level;
|
||||
enum vcn_version vcn_version;
|
||||
enum radeon_family family;
|
||||
enum amd_ip_type ip_type;
|
||||
ac_debug_addr_callback addr_callback;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue