Searched refs:acc_device_t (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/goacc/
H A Dacc_on_device-2-off.c8 typedef enum acc_device_t { acc_device_X = 123 } acc_device_t; typedef in typeref:enum:acc_device_t
9 extern int acc_on_device (acc_device_t);
18 const acc_device_t dev = acc_device_X;
H A Dacc_on_device-2.c8 typedef enum acc_device_t { acc_device_X = 123 } acc_device_t; typedef in typeref:enum:acc_device_t
9 extern int acc_on_device (acc_device_t);
18 const acc_device_t dev = acc_device_X;
24 TODO: in C++, even under extern "C", the use of enum for acc_device_t
26 when changing acc_device_t to plain int, but that's not what we're doing in
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-4.c8 acc_init ((acc_device_t) 99);
H A Dlib-1.c8 acc_device_t devtype = acc_device_host;
H A Dlib-2.c8 acc_device_t devtype = acc_device_host;
H A Dlib-9.c12 acc_device_t devtype = acc_device_host;
58 acc_set_device_num (1, (acc_device_t) 0);
H A Dlib-10.c10 acc_device_t devtype = acc_device_host;
/haiku-buildtools/gcc/libgomp/
H A Dopenacc.h50 typedef enum acc_device_t enum
60 } acc_device_t; typedef in typeref:enum:acc_device_t
69 int acc_get_num_devices (acc_device_t) __GOACC_NOTHROW;
70 void acc_set_device_type (acc_device_t) __GOACC_NOTHROW;
71 acc_device_t acc_get_device_type (void) __GOACC_NOTHROW;
72 void acc_set_device_num (int, acc_device_t) __GOACC_NOTHROW;
73 int acc_get_device_num (acc_device_t) __GOACC_NOTHROW;
80 void acc_init (acc_device_t) __GOACC_NOTHROW;
81 void acc_shutdown (acc_device_t) __GOACC_NOTHROW;
82 int acc_on_device (acc_device_t) __GOACC_NOTHRO
[all...]
H A Doacc-int.h51 static inline enum acc_device_t
54 return (enum acc_device_t) type;
97 void goacc_save_and_set_bind (acc_device_t);
H A Doacc-init.c95 name_of_acc_device_t (enum acc_device_t type)
110 resolve_device (acc_device_t d)
112 acc_device_t d_arg = d;
172 acc_init_1 (acc_device_t d)
195 acc_shutdown_1 (acc_device_t d)
368 acc_init (acc_device_t d)
385 acc_shutdown (acc_device_t d)
397 acc_get_num_devices (acc_device_t d)
425 acc_set_device_type (acc_device_t d)
457 acc_device_t
[all...]

Completed in 103 milliseconds