Searched refs:dst_offsets (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | api.cpp | 190 int num_dims, const size_t *volume, const size_t *dst_offsets, in omp_target_memcpy_rect() argument 197 src_device, DPxPTR(dst), DPxPTR(src), DPxPTR(dst_offsets), in omp_target_memcpy_rect() 208 !dst_offsets || !src_offsets || !dst_dimensions || !src_dimensions) { in omp_target_memcpy_rect() 216 element_size * dst_offsets[0], element_size * src_offsets[0], in omp_target_memcpy_rect() 226 size_t dst_off = dst_offsets[0] * dst_slice_size; in omp_target_memcpy_rect() 231 num_dims - 1, volume + 1, dst_offsets + 1, src_offsets + 1, in omp_target_memcpy_rect()
|
/external/llvm-project/openmp/libomptarget/include/ |
D | omptarget.h | 147 int num_dims, const size_t *volume, const size_t *dst_offsets,
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_ftn_entry.h | 999 const size_t *volume, const size_t *dst_offsets, const size_t *src_offsets, in FTN_TARGET_MEMCPY_RECT() argument
|