mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 15:39:03 +00:00
Deduplicate write_image (#1536)
* Deduplicate write_image Merge writeimage,writeimage_int16,writeimage_fp32 as they share a lot of common code. Signed-off-by: John Kesapides <john.kesapides@arm.com> * Test for CL_MEM_WRITE_ONLY and CL_MEM_READ_WRITE. Signed-off-by: John Kesapides <john.kesapides@arm.com> * Rename test_flags to img_flags Signed-off-by: John Kesapides <john.kesapides@arm.com> Signed-off-by: John Kesapides <john.kesapides@arm.com>
This commit is contained in:
@@ -7,7 +7,7 @@ set(${MODULE_NAME}_SOURCES
|
||||
test_hiloeo.cpp test_local.cpp test_pointercast.cpp
|
||||
test_if.cpp test_loop.cpp
|
||||
test_readimage.cpp
|
||||
test_writeimage.cpp test_writeimage_int16.cpp test_writeimage_fp32.cpp
|
||||
test_writeimage.cpp
|
||||
test_multireadimageonefmt.cpp test_multireadimagemultifmt.cpp
|
||||
test_imagedim.cpp
|
||||
test_vloadstore.cpp
|
||||
|
||||
Reference in New Issue
Block a user