mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 02:38:07 +02:00
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> |
||
|---|---|---|
| .. | ||
| scripts | ||
| buffers.c | ||
| buffers.h | ||
| cffdec.c | ||
| cffdec.h | ||
| cffdump.c | ||
| crashdec-hfi.c | ||
| crashdec-mempool.c | ||
| crashdec-prefetch.c | ||
| crashdec.c | ||
| crashdec.h | ||
| io.c | ||
| io.h | ||
| meson.build | ||
| pager.c | ||
| pager.h | ||
| pgmdump.c | ||
| pgmdump2.c | ||
| rdcompiler-meson.build | ||
| rdcompiler-utils.h | ||
| rddecompiler.c | ||
| rdutil.h | ||
| replay.c | ||
| rnnutil.c | ||
| rnnutil.h | ||
| script.c | ||
| script.h | ||
| util.h | ||