@Properties(inherit=cudart.class) public class cudaMemcpy3DBatchOp extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudaMemcpy3DBatchOp()
Default native constructor.
|
cudaMemcpy3DBatchOp(long size)
Native array allocator.
|
cudaMemcpy3DBatchOp(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
cudaMemcpy3DOperand |
dst()
Destination memcpy operand.
|
cudaMemcpy3DBatchOp |
dst(cudaMemcpy3DOperand setter) |
cudaExtent |
extent()
Extents of the memcpy between src and dst.
|
cudaMemcpy3DBatchOp |
extent(cudaExtent setter) |
int |
flags()
Additional flags for copy from src to dst.
|
cudaMemcpy3DBatchOp |
flags(int setter) |
cudaMemcpy3DBatchOp |
getPointer(long i) |
cudaMemcpy3DBatchOp |
position(long position) |
cudaMemcpy3DOperand |
src()
Source memcpy operand.
|
cudaMemcpy3DBatchOp |
src(cudaMemcpy3DOperand setter) |
int |
srcAccessOrder()
Source access ordering to be observed for copy from src to dst.
|
cudaMemcpy3DBatchOp |
srcAccessOrder(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic cudaMemcpy3DBatchOp()
public cudaMemcpy3DBatchOp(long size)
Pointer.position(long).public cudaMemcpy3DBatchOp(Pointer p)
Pointer(Pointer).public cudaMemcpy3DBatchOp position(long position)
public cudaMemcpy3DBatchOp getPointer(long i)
getPointer in class Pointer@ByRef public cudaMemcpy3DOperand src()
public cudaMemcpy3DBatchOp src(cudaMemcpy3DOperand setter)
@ByRef public cudaMemcpy3DOperand dst()
public cudaMemcpy3DBatchOp dst(cudaMemcpy3DOperand setter)
@ByRef public cudaExtent extent()
public cudaMemcpy3DBatchOp extent(cudaExtent setter)
@Cast(value="cudaMemcpySrcAccessOrder") public int srcAccessOrder()
public cudaMemcpy3DBatchOp srcAccessOrder(int setter)
@Cast(value="unsigned int") public int flags()
public cudaMemcpy3DBatchOp flags(int setter)
Copyright © 2025. All rights reserved.