6.5. CUDA_ARRAY_SPARSE_PROPERTIES Struct Reference

[Data types used by CUDA driver]

CUDA array sparse properties

Public Variables

unsigned int  depth
unsigned int  flags
unsigned int  height
unsigned int  miptailFirstLevel
unsigned long long  miptailSize
unsigned int  width

Variables

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES::depth [inherited]

Depth of sparse tile in elements

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES::flags [inherited]

Flags will either be zero or CU_ARRAY_SPARSE_PROPERTIES_SINGLE_MIPTAIL

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES::height [inherited]

Height of sparse tile in elements

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES::miptailFirstLevel [inherited]

First mip level at which the mip tail begins.

unsigned long long CUDA_ARRAY_SPARSE_PROPERTIES::miptailSize [inherited]

Total size of the mip tail.

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES::width [inherited]

Width of sparse tile in elements