Files
OpenCL-CTS/test_conformance/images/kernel_read_write
paulfradgley 00a35fa4c4 Pass 'flag' variable through to clGetImageRequirementsInfoEXT
Almost all of the image_from_buffer cl_ext_image_requirements_info tests pass '0' as the 'flags' to clGetImageRequirementsInfoEXT.

Passing '0' as the flags is valid according to the spec, but since the tests are calling clGetImageRequirementsInfoEXT in a loop over a list of flags it doesn't seem intended that all the tests pass '0'.
2023-02-07 16:41:24 +00:00
..