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