OpenCL-CTS
OpenCL-CTS copied to clipboard
Add `cl_ext_immutable_memory_objects` tests writing to and from buffer
This change extends the test coverage for https://github.com/KhronosGroup/OpenCL-Docs/pull/1280
The change tests:
- Writing to immutable buffers.
- Writing to buffer/image from immutable buffers.
- Reading from immutable buffers.
This change adds the following tests:
test_negative_imagearraycopytest_negative_imagearraycopy3dtest_immutable_bufferreadwriterecttest_immutable_arrayreadwritetest_write_from_immutable_buffer_to_buffertest_immutable_buffer_map_*
and extends the following tests:
test_arrayimagecopy3dtest_arrayimagecopytest_imagearraycopy3dtest_imagearraycopytest_buffer_copytest_buffer_partial_copy