Searched refs:offsetVoidPtr (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/parallel-libs/acxxel/ |
D | cuda_acxxel.cpp | 313 static const void *offsetVoidPtr(const void *Ptr, ptrdiff_t ByteOffset) { in offsetVoidPtr() function 317 static void *offsetVoidPtr(void *Ptr, ptrdiff_t ByteOffset) { in offsetVoidPtr() function 360 offsetVoidPtr(DeviceDst, DeviceDstByteOffset)), in asyncCopyDToD() 362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD() 371 cuMemcpyDtoHAsync(HostDst, reinterpret_cast<CUdeviceptr>(offsetVoidPtr( in asyncCopyDToH() 382 offsetVoidPtr(DeviceDst, DeviceDstByteOffset)), in asyncCopyHToD() 392 reinterpret_cast<CUdeviceptr>(offsetVoidPtr(DeviceDst, ByteOffset)), in asyncMemsetD()
|