aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests.py
diff options
context:
space:
mode:
authorJames Price <jrprice@google.com>2020-03-18 11:19:21 -0400
committerGitHub <noreply@github.com>2020-03-18 11:19:21 -0400
commitc360eb6162d55cc80b33d48c6e03313fb3f5b072 (patch)
tree00a9510ea7d152fe4edbe046faf3562a82421c6e /tests/run_tests.py
parent32aa3b89754243dad223508bdb18cc771d927164 (diff)
downloadamber-c360eb6162d55cc80b33d48c6e03313fb3f5b072.tar.gz
Add support for push constants generated by Clspv (#812)
When the -work-dim or -global-offset flags are passed to Clspv, it will generate push constants. The sizes and offsets of the push constant values are provided in the descriptor map. Amber needs to add these to the pipeline layout and create a buffer for them.
Diffstat (limited to 'tests/run_tests.py')
-rwxr-xr-xtests/run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index 7d76050..b3903cd 100755
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -95,6 +95,7 @@ SUPPRESSIONS_SWIFTSHADER = [
OPENCL_CASES = [
"opencl_bind_buffer.amber",
"opencl_c_copy.amber",
+ "opencl_generated_push_constants.amber",
"opencl_read_and_write_image3d_rgba32i.amber",
"opencl_read_image.amber",
"opencl_read_image_literal_sampler.amber",