Searched defs:devicep (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | target.c | 166 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() 307 gomp_free_device_memory (struct gomp_device_descr *devicep, void *devptr) in gomp_free_device_memory() 321 gomp_map_vars_existing (struct gomp_device_descr *devicep, splay_tree_key oldn, in gomp_map_vars_existing() 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 481 gomp_map_vars (struct gomp_device_descr *devicep, size_t mapnum, in gomp_map_vars() 1021 struct gomp_device_descr *devicep = tgt->device_descr; in gomp_unmap_vars() local 1083 gomp_update (struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, in gomp_update() [all …]
|
H A D | oacc-plugin.c | 37 struct gomp_device_descr *devicep = tgt->device_descr; in GOMP_PLUGIN_async_unmap_vars() local
|
H A D | task.c | 594 gomp_create_target_task (struct gomp_device_descr *devicep, in gomp_create_target_task()
|
H A D | libgomp.h | 493 struct gomp_device_descr *devicep; member
|