Lines Matching defs:gomp_device_descr
1093 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;
1116 __typeof (GOMP_OFFLOAD_fini_device) *fini_device_func;
1117 __typeof (GOMP_OFFLOAD_version) *version_func;
1118 __typeof (GOMP_OFFLOAD_load_image) *load_image_func;
1119 __typeof (GOMP_OFFLOAD_unload_image) *unload_image_func;
1120 __typeof (GOMP_OFFLOAD_alloc) *alloc_func;
1121 __typeof (GOMP_OFFLOAD_free) *free_func;
1122 __typeof (GOMP_OFFLOAD_dev2host) *dev2host_func;
1123 __typeof (GOMP_OFFLOAD_host2dev) *host2dev_func;
1124 __typeof (GOMP_OFFLOAD_dev2dev) *dev2dev_func;
1125 __typeof (GOMP_OFFLOAD_can_run) *can_run_func;
1126 __typeof (GOMP_OFFLOAD_run) *run_func;
1127 __typeof (GOMP_OFFLOAD_async_run) *async_run_func;
1130 struct splay_tree_s mem_map;
1133 gomp_mutex_t lock;
1157 extern void gomp_copy_host2dev (struct gomp_device_descr *, argument