Functions | |
cudaError_t | cudaGraphicsVDPAURegisterOutputSurface (struct cudaGraphicsResource **resource, VdpOutputSurface vdpSurface, unsigned int flags) |
Register a VdpOutputSurface object. | |
cudaError_t | cudaGraphicsVDPAURegisterVideoSurface (struct cudaGraphicsResource **resource, VdpVideoSurface vdpSurface, unsigned int flags) |
Register a VdpVideoSurface object. | |
cudaError_t | cudaVDPAUGetDevice (int *device, VdpDevice vdpDevice, VdpGetProcAddress *vdpGetProcAddress) |
Gets the CUDA device associated with a VdpDevice. | |
cudaError_t | cudaVDPAUSetVDPAUDevice (int device, VdpDevice vdpDevice, VdpGetProcAddress *vdpGetProcAddress) |
Sets the CUDA device for use with VDPAU interoperability. |