Uses of Class
org.bytedeco.cuda.cudart.CUDA_ARRAY3D_DESCRIPTOR
-
Packages that use CUDA_ARRAY3D_DESCRIPTOR Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_ARRAY3D_DESCRIPTOR in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUDA_ARRAY3D_DESCRIPTOR Modifier and Type Method Description CUDA_ARRAY3D_DESCRIPTORCUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC. arrayDesc()Format, dimension and type of base level of the mipmap chainCUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. Depth(long setter)CUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. Flags(int setter)CUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. Format(int setter)CUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. getPointer(long i)CUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. Height(long setter)CUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. NumChannels(int setter)CUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. position(long position)CUDA_ARRAY3D_DESCRIPTORCUDA_ARRAY3D_DESCRIPTOR. Width(long setter)Methods in org.bytedeco.cuda.cudart with parameters of type CUDA_ARRAY3D_DESCRIPTOR Modifier and Type Method Description CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESCCUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC. arrayDesc(CUDA_ARRAY3D_DESCRIPTOR setter) -
Uses of CUDA_ARRAY3D_DESCRIPTOR in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_ARRAY3D_DESCRIPTOR Modifier and Type Method Description static intcudart. cuArray3DCreate(CUarray_st pHandle, CUDA_ARRAY3D_DESCRIPTOR pAllocateArray)\brief Creates a 3D CUDA array Creates a CUDA array according to the ::CUDA_ARRAY3D_DESCRIPTOR structure \p pAllocateArray and returns a handle to the new CUDA array in \p *pHandle.static intcudart. cuArray3DGetDescriptor(CUDA_ARRAY3D_DESCRIPTOR pArrayDescriptor, CUarray_st hArray)\brief Get a 3D CUDA array descriptor Returns in \p *pArrayDescriptor a descriptor containing information on the format and dimensions of the CUDA array \p hArray.static intcudart. cuMipmappedArrayCreate(CUmipmappedArray_st pHandle, CUDA_ARRAY3D_DESCRIPTOR pMipmappedArrayDesc, int numMipmapLevels)\brief Creates a CUDA mipmapped array Creates a CUDA mipmapped array according to the ::CUDA_ARRAY3D_DESCRIPTOR structure \p pMipmappedArrayDesc and returns a handle to the new CUDA mipmapped array in \p *pHandle.
-