Go to the source code of this file.
Macros | |
| #define | __global |
| The opencl __global namespace is not supported in C. | |
| #define | __local |
| The opencl __local namespace is not supported in C. | |
Typedefs | |
| typedef unsigned char | event_t |
| event_t is not supported, so provide a harmless placeholder | |
| typedef unsigned char | uchar |
| OpenCL supports uchar so provide the same in c. | |
| typedef unsigned int | uint |
| OpenCL supports uint so provide the same in c. | |
| typedef unsigned short | ushort |
| OpenCL supports ushort so provide the same in c. | |
| typedef unsigned long | ulong |
| OpenCL supports ulong so provide the same in c. | |
| #define __global |
The opencl __global namespace is not supported in C.
Definition at line 25 of file TTL_c/c/TTL_types.h.
| #define __local |
The opencl __local namespace is not supported in C.
Definition at line 26 of file TTL_c/c/TTL_types.h.
| typedef unsigned char event_t |
event_t is not supported, so provide a harmless placeholder
Definition at line 27 of file TTL_c/c/TTL_types.h.
| typedef unsigned char uchar |
OpenCL supports uchar so provide the same in c.
opencl and so TTL supports a type called uchar which is not part of C
Definition at line 28 of file TTL_c/c/TTL_types.h.
| typedef unsigned int uint |
OpenCL supports uint so provide the same in c.
Definition at line 29 of file TTL_c/c/TTL_types.h.
| typedef unsigned long ulong |
OpenCL supports ulong so provide the same in c.
Definition at line 31 of file TTL_c/c/TTL_types.h.
| typedef unsigned short ushort |
OpenCL supports ushort so provide the same in c.
Definition at line 30 of file TTL_c/c/TTL_types.h.