diff options
author | bsegovia <devnull@localhost> | 2011-10-14 03:30:36 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:14:57 -0700 |
commit | d9ef9f63ffb49079681fc5363780609d5251593b (patch) | |
tree | 2985749dc9830eea7449c8fda25387b2e507665e /src/cl_gt_device.h | |
parent | 4f41e000a54f6675ca5b529806331f1a75eda0d3 (diff) |
Started to implement support for images (back end part of it is still missing)
Diffstat (limited to 'src/cl_gt_device.h')
-rw-r--r-- | src/cl_gt_device.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cl_gt_device.h b/src/cl_gt_device.h index d66d6ead..8717a166 100644 --- a/src/cl_gt_device.h +++ b/src/cl_gt_device.h @@ -40,11 +40,11 @@ .image_support = CL_FALSE, .max_read_image_args = 0, .max_write_image_args = 0, -.image2d_max_width = 0, -.image2d_max_height = 0, -.image3d_max_width = 0, -.image3d_max_height = 0, -.image3d_max_depth = 0, +.image2d_max_width = 8192, +.image2d_max_height = 8192, +.image3d_max_width = 8192, +.image3d_max_height = 8192, +.image3d_max_depth = 8192, .max_samplers = 0, .mem_base_addr_align = sizeof(cl_uint) * 8, .min_data_type_align_size = sizeof(cl_uint), |