7.6. CUDA_ARRAY_SPARSE_PROPERTIES_v1 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_v1::depth [inherited]

Depth of sparse tile in elements

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES_v1::flags [inherited]

Flags will either be zero or CU_ARRAY_SPARSE_PROPERTIES_SINGLE_MIPTAIL

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES_v1::height [inherited]

Height of sparse tile in elements

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES_v1::miptailFirstLevel [inherited]

First mip level at which the mip tail begins.

unsigned long long CUDA_ARRAY_SPARSE_PROPERTIES_v1::miptailSize [inherited]

Total size of the mip tail.

unsigned int CUDA_ARRAY_SPARSE_PROPERTIES_v1::width [inherited]

Width of sparse tile in elements