mesa/src/freedreno/decode
Mark Collins 80a319c0b4 freedreno/rddecompiler: Add ability to read GPU buffer into file
While running tests, it is be useful to have non-sequenced dumps of
certain buffers to see their contents from changes in the decompiled
CS. This introduces a function gpu_read_into_file(...) for specifying
a file to read a specific GPU buffer into after replaying the CS.

Signed-off-by: Mark Collins <mark@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26465>
2024-01-01 18:47:48 +00:00
..
scripts
buffers.c freedreno/decode: Increase size of offsets table 2023-02-01 17:28:41 +00:00
buffers.h
cffdec.c freedreno: move redump.h to common code + cleanup 2023-10-02 23:31:34 +00:00
cffdec.h freedreno/decode: Remove gpu_id 2023-09-22 19:17:14 +00:00
cffdump.c freedreno,tu: Add env vars to modify fd_dev_info 2023-11-21 01:33:01 +00:00
crashdec-hfi.c
crashdec-mempool.c freedreno/decode: Improved reg64 decoding 2023-01-03 21:56:28 +00:00
crashdec-prefetch.c freedreno/crashdec: Handle multi-IB prefetching 2023-02-23 20:02:26 +00:00
crashdec.c freedreno,tu: Add env vars to modify fd_dev_info 2023-11-21 01:33:01 +00:00
crashdec.h freedreno/decode: Use info->chip to decode 2023-09-22 19:17:14 +00:00
io.c
io.h
meson.build freedreno+meson: Add lua+libarchive+libxml from Meson WrapDB 2023-09-13 22:20:13 +00:00
pager.c
pager.h
pgmdump.c
pgmdump2.c
rdcompiler-meson.build freedreno/rddecompiler: Update to handle a7xx 2023-09-13 22:20:13 +00:00
rdcompiler-utils.h freedreno/rddecompiler: Add ability to read GPU buffer into file 2024-01-01 18:47:48 +00:00
rddecompiler.c freedreno/rddecompiler: Print pkt values in hex 2024-01-01 18:47:48 +00:00
rdutil.h freedreno/decode: Correctly handle chip_id 2023-06-23 10:31:07 +00:00
replay.c freedreno/rddecompiler: Add ability to read GPU buffer into file 2024-01-01 18:47:48 +00:00
rnnutil.c freedreno/decode: Start adding a7xx support 2023-03-13 17:31:23 +00:00
rnnutil.h freedreno/decode: Add rnn_reginfo_free() helper 2023-01-03 21:56:28 +00:00
script.c freedreno/decode: Add rnn_reginfo_free() helper 2023-01-03 21:56:28 +00:00
script.h
util.h