ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/OpenCL.xs
(Generate patch)

Comparing OpenCL/OpenCL.xs (file contents):
Revision 1.48 by root, Tue Apr 24 14:24:42 2012 UTC vs.
Revision 1.49 by root, Tue Apr 24 14:30:57 2012 UTC

1534void 1534void
1535image_info (OpenCL::Image self, cl_image_info name) 1535image_info (OpenCL::Image self, cl_image_info name)
1536 PPCODE: 1536 PPCODE:
1537 INFO (Image) 1537 INFO (Image)
1538 1538
1539void
1540format (OpenCL::Image self)
1541 PPCODE:
1542 cl_image_format format;
1543 NEED_SUCCESS (GetImageInfo, (self, CL_IMAGE_FORMAT, sizeof (format), &format, 0));
1544 EXTEND (SP, 2);
1545 PUSHs (sv_2mortal (newSVuv (format.image_channel_order)));
1546 PUSHs (sv_2mortal (newSVuv (format.image_channel_data_type)));
1547
1539#BEGIN:image 1548#BEGIN:image
1540 1549
1541void 1550void
1542element_size (OpenCL::Image self) 1551element_size (OpenCL::Image self)
1543 ALIAS: 1552 ALIAS:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines