HomeSort by: relevance | last modified time | path
    Searched defs:acc_dev (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
oacc-parallel.c 110 struct gomp_device_descr *acc_dev; local
129 acc_dev = thr->dev;
141 prof_info.device_type = acc_device_type (acc_dev->type);
142 prof_info.device_number = acc_dev->target_id;
199 else if (acc_device_type (acc_dev->type) == acc_device_host)
260 if (!(acc_dev->capabilities & GOMP_OFFLOAD_CAP_NATIVE_EXEC))
264 gomp_mutex_lock (&acc_dev->lock);
265 tgt_fn_key = splay_tree_lookup (&acc_dev->mem_map, &k);
266 gomp_mutex_unlock (&acc_dev->lock);
295 = goacc_map_vars (acc_dev, aq, mapnum, hostaddrs, NULL, sizes, kinds, true
382 struct gomp_device_descr *acc_dev = thr->dev; local
487 struct gomp_device_descr *acc_dev = thr->dev; local
568 struct gomp_device_descr *acc_dev = thr->dev; local
    [all...]
oacc-init.c 300 struct gomp_device_descr *base_dev, *acc_dev; local
310 acc_dev = &base_dev[goacc_device_num];
312 gomp_mutex_lock (&acc_dev->lock);
313 if (acc_dev->state == GOMP_DEVICE_INITIALIZED)
315 gomp_mutex_unlock (&acc_dev->lock);
319 gomp_init_device (acc_dev);
320 gomp_mutex_unlock (&acc_dev->lock);
359 struct gomp_device_descr *acc_dev = &base_dev[i]; local
361 gomp_mutex_lock (&acc_dev->lock);
362 gomp_unload_device (acc_dev);
416 struct gomp_device_descr *acc_dev = &base_dev[i]; local
464 struct gomp_device_descr *acc_dev = thr->dev; local
503 struct gomp_device_descr *acc_dev = NULL, *base_dev = NULL; local
588 struct gomp_device_descr *acc_dev; local
621 struct gomp_device_descr *base_dev, *acc_dev; local
763 struct gomp_device_descr *base_dev, *acc_dev; local
    [all...]
oacc-mem.c 134 struct gomp_device_descr *acc_dev = thr->dev; local
136 if (acc_dev->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
143 gomp_mutex_lock (&acc_dev->lock);
148 if ((k = lookup_dev (&acc_dev->mem_map, d, 1)))
153 gomp_mutex_unlock (&acc_dev->lock);
161 gomp_mutex_unlock (&acc_dev->lock);
163 if (!acc_dev->free_func (acc_dev->target_id, d))
291 struct gomp_device_descr *acc_dev = thr->dev; local
299 gomp_mutex_lock (&acc_dev->lock)
331 struct gomp_device_descr *acc_dev = thr->dev; local
367 struct gomp_device_descr *acc_dev = thr->dev; local
429 struct gomp_device_descr *acc_dev = thr->dev; local
539 struct gomp_device_descr *acc_dev = thr->dev; local
764 struct gomp_device_descr *acc_dev = thr->dev; local
854 struct gomp_device_descr *acc_dev = thr->dev; local
931 struct gomp_device_descr *acc_dev = thr->dev; local
968 struct gomp_device_descr *acc_dev = thr->dev; local
1385 struct gomp_device_descr *acc_dev; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-parallel.c 110 struct gomp_device_descr *acc_dev; local
131 acc_dev = thr->dev;
143 prof_info.device_type = acc_device_type (acc_dev->type);
144 prof_info.device_number = acc_dev->target_id;
198 else if (acc_device_type (acc_dev->type) == acc_device_host)
259 if (!(acc_dev->capabilities & GOMP_OFFLOAD_CAP_NATIVE_EXEC))
263 gomp_mutex_lock (&acc_dev->lock);
264 tgt_fn_key = splay_tree_lookup (&acc_dev->mem_map, &k);
265 gomp_mutex_unlock (&acc_dev->lock);
293 tgt = goacc_map_vars (acc_dev, aq, mapnum, hostaddrs, NULL, sizes, kinds
382 struct gomp_device_descr *acc_dev = thr->dev; local
486 struct gomp_device_descr *acc_dev = thr->dev; local
567 struct gomp_device_descr *acc_dev = thr->dev; local
    [all...]
oacc-init.c 300 struct gomp_device_descr *base_dev, *acc_dev; local
310 acc_dev = &base_dev[goacc_device_num];
312 gomp_mutex_lock (&acc_dev->lock);
313 if (acc_dev->state == GOMP_DEVICE_INITIALIZED)
315 gomp_mutex_unlock (&acc_dev->lock);
319 gomp_init_device (acc_dev);
320 gomp_mutex_unlock (&acc_dev->lock);
359 struct gomp_device_descr *acc_dev = &base_dev[i]; local
361 gomp_mutex_lock (&acc_dev->lock);
362 gomp_unload_device (acc_dev);
416 struct gomp_device_descr *acc_dev = &base_dev[i]; local
464 struct gomp_device_descr *acc_dev = thr->dev; local
503 struct gomp_device_descr *acc_dev = NULL, *base_dev = NULL; local
588 struct gomp_device_descr *acc_dev; local
621 struct gomp_device_descr *base_dev, *acc_dev; local
763 struct gomp_device_descr *base_dev, *acc_dev; local
    [all...]
oacc-mem.c 134 struct gomp_device_descr *acc_dev = thr->dev; local
136 if (acc_dev->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
143 gomp_mutex_lock (&acc_dev->lock);
148 if ((k = lookup_dev (&acc_dev->mem_map, d, 1)))
153 gomp_mutex_unlock (&acc_dev->lock);
161 gomp_mutex_unlock (&acc_dev->lock);
163 if (!acc_dev->free_func (acc_dev->target_id, d))
291 struct gomp_device_descr *acc_dev = thr->dev; local
299 gomp_mutex_lock (&acc_dev->lock)
331 struct gomp_device_descr *acc_dev = thr->dev; local
367 struct gomp_device_descr *acc_dev = thr->dev; local
428 struct gomp_device_descr *acc_dev = thr->dev; local
543 struct gomp_device_descr *acc_dev = thr->dev; local
751 struct gomp_device_descr *acc_dev = thr->dev; local
841 struct gomp_device_descr *acc_dev = thr->dev; local
918 struct gomp_device_descr *acc_dev = thr->dev; local
955 struct gomp_device_descr *acc_dev = thr->dev; local
1330 struct gomp_device_descr *acc_dev; local
    [all...]

Completed in 24 milliseconds