|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUDA_RESOURCE_DESC
public class CUDA_RESOURCE_DESC
CUDA Resource descriptor. NOTE: The structure of this class should be considered as being preliminary. In the C version, the internal fields are stored as a union. Depending on whether the union storage had a reason, the structure of this class might change accordingly.
Constructor Summary | |
---|---|
CUDA_RESOURCE_DESC()
Creates a new, uninitialized CUDA_RESOURCE_DESC |
Method Summary | |
---|---|
java.lang.String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String representation of this object |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int resType
CUresourcetype
public int flags
public CUarray array_hArray
CUresourcetype.CU_RESOURCE_TYPE_ARRAY
public CUmipmappedArray mipmap_hMipmappedArray
CUresourcetype.CU_RESOURCE_TYPE_MIPMAPPED_ARRAY
public CUdeviceptr linear_devPtr
CUresourcetype.CU_RESOURCE_TYPE_LINEAR
public int linear_format
CUresourcetype.CU_RESOURCE_TYPE_LINEAR
CUarray_format
public int linear_numChannels
CUresourcetype.CU_RESOURCE_TYPE_LINEAR
public long linear_sizeInBytes
CUresourcetype.CU_RESOURCE_TYPE_LINEAR
public CUdeviceptr pitch2D_devPtr
CUresourcetype.CU_RESOURCE_TYPE_PITCH2D
public int pitch2D_format
CUresourcetype.CU_RESOURCE_TYPE_PITCH2D
CUarray_format
public int pitch2D_numChannels
CUresourcetype.CU_RESOURCE_TYPE_PITCH2D
public long pitch2D_width
CUresourcetype.CU_RESOURCE_TYPE_PITCH2D
public long pitch2D_height
CUresourcetype.CU_RESOURCE_TYPE_PITCH2D
public long pitch2D_pitchInBytes
CUresourcetype.CU_RESOURCE_TYPE_PITCH2D
Constructor Detail |
---|
public CUDA_RESOURCE_DESC()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toFormattedString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |