pan/va: Add disassembler test harness
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 16 Jul 2021 17:22:27 +0000 (13:22 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 27 Jul 2021 20:20:32 +0000 (20:20 +0000)
commitb2046750c4a7f6d5ef4a50e4765f382a0e74aa0d
treeafd7b8a846a6a5307fced6e81d1ecae7e45d3419
parentf917fb63e7a86cbffeb33085bc8d841d45061ca1
pan/va: Add disassembler test harness

Uses the same set of cases. This is a standalone C program because the
easy way of hooking into the disassembler from Python with subprocesses
was slow. This seems cleaner anyway.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12025>
src/panfrost/bifrost/valhall/test/test-disassembler.c [new file with mode: 0644]