tests/amdgpu: refactor dispatch/draw test
authorFlora Cui <flora.cui@amd.com>
Thu, 7 Jul 2022 12:48:19 +0000 (20:48 +0800)
committerLikun Gao <gaolikunglk@gmail.com>
Mon, 15 Aug 2022 06:10:15 +0000 (06:10 +0000)
commitcc3c80c6aec8a3fa5b3b4445724c5035d3c5e336
tree6fcc182ad7ccb327f6da4c21c8c53a23f5a0e547
parent176e6ce6f3504b9cf5ce6a2a8b2e55cb201b986d
tests/amdgpu: refactor dispatch/draw test

Signed-off-by: Flora Cui <flora.cui@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
tests/amdgpu/amdgpu_test.h
tests/amdgpu/basic_tests.c
tests/amdgpu/deadlock_tests.c
tests/amdgpu/meson.build
tests/amdgpu/shader_code.h [new file with mode: 0644]
tests/amdgpu/shader_code_gfx10.h [new file with mode: 0644]
tests/amdgpu/shader_code_gfx9.h [new file with mode: 0644]
tests/amdgpu/shader_code_hang.h [new file with mode: 0644]
tests/amdgpu/shader_test_util.c [new file with mode: 0644]