Searched refs:dst_devicep (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c2682 struct gomp_device_descr *dst_devicep = NULL, *src_devicep = NULL; local
2690 dst_devicep = resolve_device (dst_device_num);
2691 if (dst_devicep == NULL)
2694 if (!(dst_devicep->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400)
2695 || dst_devicep->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
2696 dst_devicep = NULL;
2711 if (src_devicep == NULL && dst_devicep == NULL)
2718 gomp_mutex_lock (&dst_devicep->lock);
2719 ret = dst_devicep->host2dev_func (dst_devicep
2747 omp_target_memcpy_rect_worker(void *dst, const void *src, size_t element_size, int num_dims, const size_t *volume, const size_t *dst_offsets, const size_t *src_offsets, const size_t *dst_dimensions, const size_t *src_dimensions, struct gomp_device_descr *dst_devicep, struct gomp_device_descr *src_devicep) argument
2831 struct gomp_device_descr *dst_devicep = NULL, *src_devicep = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c3372 struct gomp_device_descr *dst_devicep = NULL, *src_devicep = NULL; local
3380 dst_devicep = resolve_device (dst_device_num);
3381 if (dst_devicep == NULL)
3384 if (!(dst_devicep->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400)
3385 || dst_devicep->capabilities & GOMP_OFFLOAD_CAP_SHARED_MEM)
3386 dst_devicep = NULL;
3401 if (src_devicep == NULL && dst_devicep == NULL)
3408 gomp_mutex_lock (&dst_devicep->lock);
3409 ret = dst_devicep->host2dev_func (dst_devicep
3437 omp_target_memcpy_rect_worker(void *dst, const void *src, size_t element_size, int num_dims, const size_t *volume, const size_t *dst_offsets, const size_t *src_offsets, const size_t *dst_dimensions, const size_t *src_dimensions, struct gomp_device_descr *dst_devicep, struct gomp_device_descr *src_devicep) argument
3521 struct gomp_device_descr *dst_devicep = NULL, *src_devicep = NULL; local
[all...]

Completed in 147 milliseconds