Uses of Class
org.bytedeco.cuda.cudart.CUmipmappedArray_st
-
Packages that use CUmipmappedArray_st Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUmipmappedArray_st in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUmipmappedArray_st Modifier and Type Method Description CUmipmappedArray_stCUDA_RESOURCE_DESC. res_mipmap_hMipmappedArray()CUDA mipmapped arrayMethods in org.bytedeco.cuda.cudart with parameters of type CUmipmappedArray_st Modifier and Type Method Description CUDA_RESOURCE_DESCCUDA_RESOURCE_DESC. res_mipmap_hMipmappedArray(CUmipmappedArray_st setter) -
Uses of CUmipmappedArray_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUmipmappedArray_st Modifier and Type Method Description static intcudart. cuExternalMemoryGetMappedMipmappedArray(CUmipmappedArray_st mipmap, CUextMemory_st extMem, CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC mipmapDesc)\brief Maps a CUDA mipmapped array onto an external memory object Maps a CUDA mipmapped array onto an external object and returns a handle to it in \p mipmap.static intcudart. cuGraphicsResourceGetMappedMipmappedArray(CUmipmappedArray_st pMipmappedArray, CUgraphicsResource_st resource)\brief Get a mipmapped array through which to access a mapped graphics resource.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.static intcudart. cuMipmappedArrayDestroy(CUmipmappedArray_st hMipmappedArray)\brief Destroys a CUDA mipmapped array Destroys the CUDA mipmapped array \p hMipmappedArray.static intcudart. cuMipmappedArrayGetLevel(CUarray_st pLevelArray, CUmipmappedArray_st hMipmappedArray, int level)\brief Gets a mipmap level of a CUDA mipmapped array Returns in \p *pLevelArray a CUDA array that represents a single mipmap level of the CUDA mipmapped array \p hMipmappedArray.static intcudart. cuTexRefGetMipmappedArray(CUmipmappedArray_st phMipmappedArray, CUtexref_st hTexRef)Deprecated.Returns in \p *phMipmappedArray the CUDA mipmapped array bound to the texture reference \p hTexRef, or returns ::CUDA_ERROR_INVALID_VALUE if the texture reference is not bound to any CUDA mipmapped array.static intcudart. cuTexRefSetMipmappedArray(CUtexref_st hTexRef, CUmipmappedArray_st hMipmappedArray, int Flags)Deprecated.Binds the CUDA mipmapped array \p hMipmappedArray to the texture reference \p hTexRef.
-