Beispiel #1
0
 public static extern cudaError cudaBindTexture2D(ref SizeT offset, textureReference texref, CUdeviceptr devPtr, cudaChannelFormatDesc desc, SizeT width, SizeT height, SizeT pitch);
Beispiel #2
0
 public static extern cudaError cudaBindTexture2D(ref ulong offset, textureReference texref, CUdeviceptr devPtr, cudaChannelFormatDesc desc, ulong width, ulong height, ulong pitch);
Beispiel #3
0
 public static extern cudaError cudaBindTexture(ref ulong offset, ref textureReference texref, CUdeviceptr devPtr, ref cudaChannelFormatDesc desc, ulong size);
Beispiel #4
0
 public static extern cudaError cudaGetTextureReference(ref textureReference texref, string symbol);
Beispiel #5
0
 public static extern cudaError cudaGetTextureAlignmentOffset(ref ulong offset, ref textureReference texref);
Beispiel #6
0
 public static extern cudaError cudaUnbindTexture(ref textureReference texref);
Beispiel #7
0
 public static extern cudaError cudaBindTextureToArray(ref textureReference texref, ref cudaArray array, ref cudaChannelFormatDesc desc);