aco: add framework for testing isel and integration tests
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 14 Feb 2020 11:32:18 +0000 (11:32 +0000)
committerMarge Bot <eric+marge@anholt.net>
Thu, 30 Jul 2020 16:13:08 +0000 (16:13 +0000)
commitd488d0fd7baff77204dbd3fd0d625b5974728534
tree315013dcb129122c9382f3862c1bf7890b4408b9
parentbb7d7755f56a85087b5b127e76d739f7f4eb9907
aco: add framework for testing isel and integration tests

And add some simple tests to demonstrate/test the pipeline builder and
glsl_scraper.py.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Acked-by: Daniel Schürmann <daniel@schuermann.dev>
Acked-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3521>
meson.build
meson_options.txt
src/amd/compiler/tests/glsl_scraper.py [new file with mode: 0644]
src/amd/compiler/tests/helpers.cpp
src/amd/compiler/tests/helpers.h
src/amd/compiler/tests/meson.build
src/amd/compiler/tests/test_isel.cpp [new file with mode: 0644]
src/vulkan/overlay-layer/meson.build