Home
last modified time | relevance | path

Searched refs:CUstream (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h65 typedef struct CUstream_st *CUstream; /**< CUDA stream */ typedef
1346 … const void *srcHost, size_t ByteCount, CUstream hStream);
1348 … CUdeviceptr srcDevice, size_t ByteCount, CUstream hStream);
1352 … CUdeviceptr srcDevice, size_t ByteCount, CUstream hStream);
1356 … const void *srcHost, size_t ByteCount, CUstream hStream);
1358 size_t ByteCount, CUstream hStream);
1362 … const void *srcHost, unsigned int ByteCount, CUstream hStream);
1364 … CUdeviceptr srcDevice, unsigned int ByteCount, CUstream hStream);
1368 … CUdeviceptr srcDevice, unsigned int ByteCount, CUstream hStream);
1372 … const void *srcHost, unsigned int ByteCount, CUstream hStream);
[all …]
Ddynlink_cuviddec.h729CUstream output_stream; /**< IN: stream object used by cuvidMapVideoFrame …