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

Comparing OpenCL/typemap (file contents):
Revision 1.4 by root, Wed Nov 16 00:35:30 2011 UTC vs.
Revision 1.5 by root, Thu Nov 17 02:10:39 2011 UTC

13 13
14cl_platform_info T_IV 14cl_platform_info T_IV
15cl_device_type T_IV 15cl_device_type T_IV
16cl_device_info T_IV 16cl_device_info T_IV
17cl_context_info T_IV 17cl_context_info T_IV
18cl_command_queue_properties T_IV
18cl_command_queue_info T_IV 19cl_command_queue_info T_IV
19cl_mem_flags T_IV 20cl_mem_flags T_IV
20cl_mem_info T_IV 21cl_mem_info T_IV
21cl_mem_object_type T_IV 22cl_mem_object_type T_IV
22cl_channel_order T_UV 23cl_channel_order T_UV
47OpenCL::Program ptrobj 48OpenCL::Program ptrobj
48OpenCL::Kernel ptrobj 49OpenCL::Kernel ptrobj
49OpenCL::Event ptrobj 50OpenCL::Event ptrobj
50OpenCL::UserEvent ptrobj 51OpenCL::UserEvent ptrobj
51 52
53FUTURE future
54
52INPUT 55INPUT
56
57future
58 if (SvOK ($arg))
59 croak (\"$pname argument '$var' is reserved for future extensions, it must be missing or undef in this implementation, in call\");
53 60
54ptrobj 61ptrobj
55 $var = ($type)SvPTROBJ (${$ALIAS?\q[GvNAME(CvGV(cv))]:\qq[\"$pname\"]}, \"$var\", $arg, \"${ntype}\") 62 $var = ($type)SvPTROBJ (${$ALIAS?\q[GvNAME(CvGV(cv))]:\qq[\"$pname\"]}, \"$var\", $arg, \"${ntype}\")
56 63
57ptrobj_ornull 64ptrobj_ornull

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines