Beispiel #1
0
 public static extern CUResult cuArrayDestroy(CUarray hArray);
Beispiel #2
0
 public static extern CUResult cuArrayGetDescriptor(ref CUDAArrayDescriptor pArrayDescriptor, CUarray hArray);
Beispiel #3
0
 public static extern CUResult cuMemcpyHtoAAsync(CUarray dstArray, SizeT dstIndex, IntPtr pSrc, SizeT ByteCount, CUstream hStream);
Beispiel #4
0
 public static extern CUResult cuArrayCreate(ref CUarray pHandle, ref CUDAArrayDescriptor pAllocateArray);
Beispiel #5
0
 public static extern CUResult cuMemcpyAtoA(CUarray dstArray, SizeT dstIndex, CUarray srcArray, SizeT srcIndex, SizeT ByteCount);
Beispiel #6
0
 public static extern CUResult cuMemcpyHtoA(CUarray dstArray, SizeT dstIndex, [In] ulong[] pSrc, SizeT ByteCount);
Beispiel #7
0
 public static extern CUResult cuMemcpyDtoA(CUarray dstArray, SizeT dstIndex, CUdeviceptr srcDevice, SizeT ByteCount);
Beispiel #8
0
 public static extern CUResult cuD3D9ResourceGetMappedArray(ref CUarray pArray, IntPtr pResource, uint Face, uint Level);
Beispiel #9
0
 public static extern CUResult cuMemcpyAtoH([Out] ulong[] dstHost, CUarray srcArray, SizeT SrcIndex, SizeT ByteCount);
Beispiel #10
0
 public static extern CUResult cuMemcpyAtoHAsync(IntPtr dstHost, CUarray srcArray, SizeT SrcIndex, SizeT ByteCount, CUstream hStream);
Beispiel #11
0
 public static extern CUResult cuMemcpyAtoH(IntPtr dstHost, CUarray srcArray, SizeT SrcIndex, SizeT ByteCount);
Beispiel #12
0
 public static extern CUResult cuMemcpyAtoH([Out] cuFloatComplex[] dstHost, CUarray srcArray, SizeT SrcIndex, SizeT ByteCount);
Beispiel #13
0
 public static extern CUResult cuMemcpyAtoD(CUdeviceptr dstDevice, CUarray hSrc, SizeT SrcIndex, SizeT ByteCount);
Beispiel #14
0
 public static extern CUResult cuTexRefGetArray(ref CUarray phArray, CUtexref hTexRef);
Beispiel #15
0
 public static extern CUResult cuMemcpyHtoA(CUarray dstArray, SizeT dstIndex, IntPtr pSrc, SizeT ByteCount);
Beispiel #16
0
 public static extern CUResult cuTexRefSetArray(CUtexref hTexRef, CUarray hArray, uint Flags);
Beispiel #17
0
 public static extern CUResult cuMemcpyHtoA(CUarray dstArray, SizeT dstIndex, [In] cuFloatComplex[] pSrc, SizeT ByteCount);
 public static extern CUResult cuD3D10ResourceGetMappedArray(ref CUarray pArray, IntPtr pResource, uint SubResource);
Beispiel #19
0
 public static extern CUResult cuGraphicsSubResourceGetMappedArray(ref CUarray pArray, CUgraphicsResource resource, uint arrayIndex, uint mipLevel);