7.13. CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC_v1

Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h

struct CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC_v1

External memory mipmap descriptor.

Public Members

unsigned long long offset

Offset into the memory object where the base level of the mipmap chain is.

CUDA_ARRAY3D_DESCRIPTOR arrayDesc

Format, dimension and type of base level of the mipmap chain.

unsigned int numLevels

Total number of levels in the mipmap chain.

unsigned int reserved[16]