| 409 | } |
| 410 | |
| 411 | bool image2d_from_buffer_supported(const cl::Device &device) |
| 412 | { |
| 413 | return device_supports_extension(device, "cl_khr_image2d_from_buffer"); |
| 414 | } |
| 415 | |
| 416 | size_t get_cl_image_pitch_alignment(const cl::Device &device) |
| 417 | { |
no test coverage detected