aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests.py
diff options
context:
space:
mode:
authoralan-baker <alanbaker@google.com>2019-12-16 22:21:31 -0500
committerGitHub <noreply@github.com>2019-12-16 22:21:31 -0500
commit5ea7f38daf61d88010a0d099a4287885aa4dbd93 (patch)
treec462d4b964857eaa570d91c14f848e19550289bf /tests/run_tests.py
parent4c57c691fe34c82d3e8954e1c2ac5d6b0aa9497d (diff)
downloadamber-5ea7f38daf61d88010a0d099a4287885aa4dbd93.tar.gz
Image buffers (#757)
Contributes to #747 Add support for specifying buffers as images via a new command. * takes dimensionality and dimensions * Generalize image support to support 1D and 3D images. Add some examples of the new functionality. Simplify some Vulkan image calls.
Diffstat (limited to 'tests/run_tests.py')
-rwxr-xr-xtests/run_tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index f461bff..e514fd7 100755
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -80,12 +80,15 @@ SUPPRESSIONS_SWIFTSHADER = [
# Exceeded maxBoundDescriptorSets limit of physical device
"multiple_ssbo_with_sparse_descriptor_set_in_compute_pipeline.vkscript",
# shaderStorageImageWriteWithoutFormat but is not enabled on the device
+ "opencl_read_and_write_image3d_rgba32i.amber",
"opencl_write_image.amber",
+ "glsl_read_and_write_image3d_rgba32i.amber",
]
OPENCL_CASES = [
"opencl_bind_buffer.amber",
"opencl_c_copy.amber",
+ "opencl_read_and_write_image3d_rgba32i.amber",
"opencl_read_image.amber",
"opencl_set_arg.amber",
"opencl_write_image.amber",