Home
last modified time | relevance | path

Searched defs:gomp_device_descr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.h1093 struct gomp_device_descr struct
1099 const char *name;
1102 unsigned int capabilities;
1105 int target_id;
1108 enum offload_target_type type;
1111 __typeof (GOMP_OFFLOAD_get_name) *get_name_func;
1112 __typeof (GOMP_OFFLOAD_get_caps) *get_caps_func;
1113 __typeof (GOMP_OFFLOAD_get_type) *get_type_func;
1114 __typeof (GOMP_OFFLOAD_get_num_devices) *get_num_devices_func;
1115 __typeof (GOMP_OFFLOAD_init_device) *init_device_func;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.h1211 struct gomp_device_descr struct
1217 const char *name;
1220 unsigned int capabilities;
1223 int target_id;
1226 enum offload_target_type type;
1229 __typeof (GOMP_OFFLOAD_get_name) *get_name_func;
1230 __typeof (GOMP_OFFLOAD_get_caps) *get_caps_func;
1231 __typeof (GOMP_OFFLOAD_get_type) *get_type_func;
1232 __typeof (GOMP_OFFLOAD_get_num_devices) *get_num_devices_func;
1233 __typeof (GOMP_OFFLOAD_init_device) *init_device_func;
[all …]