1 /* Used with the ocl_types.cl test */
2 
3 // image1d_t
4 typedef image1d_t img1d_t;
5 
6 // image1d_array_t
7 typedef image1d_array_t img1darr_t;
8 
9 // image1d_buffer_t
10 typedef image1d_buffer_t img1dbuff_t;
11 
12 // image2d_t
13 typedef image2d_t img2d_t;
14 
15 // image2d_array_t
16 typedef image2d_array_t img2darr_t;
17 
18 // image3d_t
19 typedef image3d_t img3d_t;
20 
21 // sampler_t
22 typedef sampler_t smp_t;
23 
24 // event_t
25 typedef event_t evt_t;
26