Blender V2.61 - r43446
|
#include <util_cuda.h>
Public Attributes | |
size_t | srcXInBytes |
size_t | srcY |
CUmemorytype | srcMemoryType |
const void * | srcHost |
CUdeviceptr | srcDevice |
CUarray | srcArray |
size_t | srcPitch |
size_t | dstXInBytes |
size_t | dstY |
CUmemorytype | dstMemoryType |
void * | dstHost |
CUdeviceptr | dstDevice |
CUarray | dstArray |
size_t | dstPitch |
size_t | WidthInBytes |
size_t | Height |
Definition at line 283 of file util_cuda.h.
Definition at line 299 of file util_cuda.h.
Referenced by CUDADevice::tex_alloc().
Definition at line 298 of file util_cuda.h.
Definition at line 297 of file util_cuda.h.
Definition at line 296 of file util_cuda.h.
Referenced by CUDADevice::tex_alloc().
size_t CUDA_MEMCPY2D_st::dstPitch |
Definition at line 300 of file util_cuda.h.
Definition at line 293 of file util_cuda.h.
size_t CUDA_MEMCPY2D_st::dstY |
Definition at line 294 of file util_cuda.h.
size_t CUDA_MEMCPY2D_st::Height |
Definition at line 303 of file util_cuda.h.
Referenced by CUDADevice::tex_alloc().
Definition at line 290 of file util_cuda.h.
Definition at line 289 of file util_cuda.h.
const void* CUDA_MEMCPY2D_st::srcHost |
Definition at line 288 of file util_cuda.h.
Referenced by CUDADevice::tex_alloc().
Definition at line 287 of file util_cuda.h.
Referenced by CUDADevice::tex_alloc().
size_t CUDA_MEMCPY2D_st::srcPitch |
Definition at line 291 of file util_cuda.h.
Referenced by CUDADevice::tex_alloc().
Definition at line 284 of file util_cuda.h.
size_t CUDA_MEMCPY2D_st::srcY |
Definition at line 285 of file util_cuda.h.
Definition at line 302 of file util_cuda.h.
Referenced by CUDADevice::tex_alloc().