Uses of Class
org.bytedeco.cuda.cudart.CUDA_ARRAY_DESCRIPTOR
-
Packages that use CUDA_ARRAY_DESCRIPTOR Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_ARRAY_DESCRIPTOR in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUDA_ARRAY_DESCRIPTOR Modifier and Type Method Description CUDA_ARRAY_DESCRIPTORCUDA_ARRAY_DESCRIPTOR. Format(int setter)CUDA_ARRAY_DESCRIPTORCUDA_ARRAY_DESCRIPTOR. getPointer(long i)CUDA_ARRAY_DESCRIPTORCUDA_ARRAY_DESCRIPTOR. Height(long setter)CUDA_ARRAY_DESCRIPTORCUDA_ARRAY_DESCRIPTOR. NumChannels(int setter)CUDA_ARRAY_DESCRIPTORCUDA_ARRAY_DESCRIPTOR. position(long position)CUDA_ARRAY_DESCRIPTORCUDA_ARRAY_DESCRIPTOR. Width(long setter) -
Uses of CUDA_ARRAY_DESCRIPTOR in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_ARRAY_DESCRIPTOR Modifier and Type Method Description static intcudart. cuArrayCreate(CUarray_st pHandle, CUDA_ARRAY_DESCRIPTOR pAllocateArray)\brief Creates a 1D or 2D CUDA array Creates a CUDA array according to the ::CUDA_ARRAY_DESCRIPTOR structure \p pAllocateArray and returns a handle to the new CUDA array in \p *pHandle.static intcudart. cuArrayGetDescriptor(CUDA_ARRAY_DESCRIPTOR pArrayDescriptor, CUarray_st hArray)\brief Get a 1D or 2D CUDA array descriptor Returns in \p *pArrayDescriptor a descriptor containing information on the format and dimensions of the CUDA array \p hArray.static intcudart. cuTexRefSetAddress2D(CUtexref_st hTexRef, CUDA_ARRAY_DESCRIPTOR desc, long dptr, long Pitch)Deprecated.Binds a linear address range to the texture reference \p hTexRef.
-