simple vector swizzle test (#960)

* initial version, tests vec2 and vec4

* added all types and vector sizes

* fix formatting

* add checks for long and ulong support

* test floats unconditionally, not tied to long support (oops)

* fix for vec3 kernel arguments

* remove generic address space dependency
This commit is contained in:
Ben Ashbaugh
2020-09-24 12:41:04 -07:00
committed by GitHub
parent 4d3a3e8b16
commit 02fc5809e3
4 changed files with 796 additions and 109 deletions

View File

@@ -39,6 +39,7 @@ set(${MODULE_NAME}_SOURCES
test_async_copy.cpp
test_sizeof.cpp
test_vector_creation.cpp
test_vector_swizzle.cpp
test_vec_type_hint.cpp
test_numeric_constants.cpp
test_constant_source.cpp