OpenCL-CTS icon indicating copy to clipboard operation
OpenCL-CTS copied to clipboard

cl_khr_mipmap_image: missing testing for clEnqueueFillImage

Open bashbaug opened this issue 1 year ago • 0 comments

Found while investigating https://github.com/KhronosGroup/OpenCL-Docs/issues/1241.

We do not seem to be testing clEnqueueFillImage on image with mipmaps. According to the spec this should be supported:

https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#image-mipmap-access

When the cl_khr_mipmap_image extension is supported, the clEnqueueReadImage, clEnqueueWriteImage, clEnqueueMapImage, clEnqueueCopyImage, clEnqueueCopyImageToBuffer, clEnqueueCopyBufferToImage, and clEnqueueFillImage functions described above can operate on mipmapped images.

bashbaug avatar Sep 30 '24 16:09 bashbaug