C# Class ManagedCuda.DriverAPINativeMethods.ArrayManagement

Mostrar archivo Open project: kunzmi/managedCuda

Private Methods

Method Description
cuArray3DCreate_v2 ( ManagedCuda.BasicTypes.CUarray &pHandle, ManagedCuda.BasicTypes.CUDAArray3DDescriptor &pAllocateArray ) : CUResult
cuArray3DGetDescriptor_v2 ( ManagedCuda.BasicTypes.CUDAArray3DDescriptor &pArrayDescriptor, ManagedCuda.BasicTypes.CUarray hArray ) : CUResult
cuArrayCreate_v2 ( ManagedCuda.BasicTypes.CUarray &pHandle, ManagedCuda.BasicTypes.CUDAArrayDescriptor &pAllocateArray ) : CUResult
cuArrayDestroy ( ManagedCuda.BasicTypes.CUarray hArray ) : CUResult
cuArrayGetDescriptor_v2 ( ManagedCuda.BasicTypes.CUDAArrayDescriptor &pArrayDescriptor, ManagedCuda.BasicTypes.CUarray hArray ) : CUResult
cuMipmappedArrayCreate ( ManagedCuda.BasicTypes.CUmipmappedArray &pHandle, ManagedCuda.BasicTypes.CUDAArray3DDescriptor &pMipmappedArrayDesc, uint numMipmapLevels ) : CUResult
cuMipmappedArrayDestroy ( ManagedCuda.BasicTypes.CUmipmappedArray hMipmappedArray ) : CUResult
cuMipmappedArrayGetLevel ( ManagedCuda.BasicTypes.CUarray &pLevelArray, ManagedCuda.BasicTypes.CUmipmappedArray hMipmappedArray, uint level ) : CUResult