1 __kernel void test_subsat_char
(char *a
, char x
, char y
) {
6 __kernel void test_subsat_uchar
(uchar *a
, uchar x
, uchar y
) {
11 __kernel void test_subsat_long
(long *a
, long x
, long y
) {
16 __kernel void test_subsat_ulong
(ulong *a
, ulong x
, ulong y
) {