| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC.arrayDesc()
Format, dimension and type of base level of the mipmap chain
|
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.Depth(long setter) |
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.Flags(int setter) |
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.Format(int setter) |
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.getPointer(long i) |
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.Height(long setter) |
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.NumChannels(int setter) |
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.position(long position) |
CUDA_ARRAY3D_DESCRIPTOR |
CUDA_ARRAY3D_DESCRIPTOR.Width(long setter) |
| Modifier and Type | Method and Description |
|---|---|
CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC |
CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC.arrayDesc(CUDA_ARRAY3D_DESCRIPTOR setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.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 int |
cudart.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 int |
cudart.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.
|
Copyright © 2020. All rights reserved.