6.2. CUarrayMapInfo Struct Reference

[Data types used by CUDA driver]

Specifies the CUDA array or CUDA mipmapped array memory mapping information

Public Variables

unsigned int  deviceBitMask
unsigned int  extentDepth
unsigned int  extentHeight
unsigned int  extentWidth
unsigned int  flags
unsigned int  layer
unsigned int  level
CUmemHandleType memHandleType
CUmemOperationType memOperationType
unsigned long long  offset
unsigned int  offsetX
unsigned int  offsetY
unsigned int  offsetZ
unsigned int  reserved[2]
CUresourcetype resourceType
unsigned long long  size
CUarraySparseSubresourceType subresourceType

Variables

unsigned int CUarrayMapInfo::deviceBitMask [inherited]

Device ordinal bit mask

unsigned int CUarrayMapInfo::extentDepth [inherited]

Depth in elements

unsigned int CUarrayMapInfo::extentHeight [inherited]

Height in elements

unsigned int CUarrayMapInfo::extentWidth [inherited]

Width in elements

unsigned int CUarrayMapInfo::flags [inherited]

flags for future use, must be zero now.

unsigned int CUarrayMapInfo::layer [inherited]

For CUDA layered arrays must be a valid layer index. Otherwise, must be zero

unsigned int CUarrayMapInfo::level [inherited]

For CUDA mipmapped arrays must a valid mipmap level. For CUDA arrays must be zero

CUmemHandleTypeCUarrayMapInfo::memHandleType [inherited]

Memory handle type

CUmemOperationTypeCUarrayMapInfo::memOperationType [inherited]

Memory operation type

unsigned long long CUarrayMapInfo::offset [inherited]

Offset within mip tail

Offset within the memory

unsigned int CUarrayMapInfo::offsetX [inherited]

Starting X offset in elements

unsigned int CUarrayMapInfo::offsetY [inherited]

Starting Y offset in elements

unsigned int CUarrayMapInfo::offsetZ [inherited]

Starting Z offset in elements

unsigned int CUarrayMapInfo::reserved[2] [inherited]

Reserved for future use, must be zero now.

CUresourcetypeCUarrayMapInfo::resourceType [inherited]

Resource type

unsigned long long CUarrayMapInfo::size [inherited]

Extent in bytes

CUarraySparseSubresourceTypeCUarrayMapInfo::subresourceType [inherited]

Sparse subresource type