| 332 | } |
| 333 | |
| 334 | uint32_t get_pixel_alignment(const cl_image_format *format) |
| 335 | { |
| 336 | return next_power_of_two(get_pixel_size(format)); |
| 337 | } |
| 338 | |
| 339 | int get_8_bit_image_format(cl_context context, cl_mem_object_type objType, |
| 340 | cl_mem_flags flags, size_t channelCount, |
no test coverage detected