Home
last modified time | relevance | path

Searched defs:devicep (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgomp/
H A Dtarget.c166 gomp_device_copy (struct gomp_device_descr *devicep, in gomp_device_copy()
267 gomp_copy_host2dev (struct gomp_device_descr *devicep, in gomp_copy_host2dev()
300 gomp_copy_dev2host (struct gomp_device_descr *devicep, in gomp_copy_dev2host()
365 struct gomp_device_descr *devicep = tgt->device_descr; in gomp_map_pointer() local
405 struct gomp_device_descr *devicep = tgt->device_descr; in gomp_map_fields_existing() local
1341 struct gomp_device_descr *devicep = &devices[i]; in GOMP_offload_register_ver() local
1386 struct gomp_device_descr *devicep = &devices[i]; in GOMP_offload_unregister_ver() local
1417 gomp_init_device (struct gomp_device_descr *devicep) in gomp_init_device()
1440 gomp_unload_device (struct gomp_device_descr *devicep) in gomp_unload_device()
2033 struct gomp_device_descr *devicep = ttask->devicep; in gomp_target_task_fn() local
[all …]
H A Doacc-plugin.c37 struct gomp_device_descr *devicep = tgt->device_descr; in GOMP_PLUGIN_async_unmap_vars() local
H A Dtask.c594 gomp_create_target_task (struct gomp_device_descr *devicep, in gomp_create_target_task()
H A Dlibgomp.h493 struct gomp_device_descr *devicep; member