Home
last modified time | relevance | path

Searched refs:dstArray (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h825 CUarray dstArray; /**< Destination array reference */ member
856 CUarray dstArray; /**< Destination array reference */ member
890 CUarray dstArray; /**< Destination array reference */ member
1037 CUarray dstArray; /**< Destination array reference */ member
1065 CUarray dstArray; /**< Destination array reference */ member
1295 …typedef CUresult CUDAAPI tcuMemcpyDtoA(CUarray dstArray, size_t dstOffset, CUdeviceptr srcDevice,…
1299 …typedef CUresult CUDAAPI tcuMemcpyHtoA(CUarray dstArray, size_t dstOffset, const void *srcHost, s…
1303 …typedef CUresult CUDAAPI tcuMemcpyAtoA(CUarray dstArray, size_t dstOffset, CUarray srcArray, size…
1313 …typedef CUresult CUDAAPI tcuMemcpyDtoA(CUarray dstArray, unsigned int dstOffset, CUdeviceptr srcD…
1317 …typedef CUresult CUDAAPI tcuMemcpyHtoA(CUarray dstArray, unsigned int dstOffset, const void *srcH…
[all …]
/hardware/google/aemu/host-common/
DMediaCudaUtils.cpp84 m.dstArray = texture_ptr; in media_cuda_copy_decoded_frame()
DMediaH264DecoderCuvid.cpp581 m.dstArray = texture_ptr; in cuda_copy_decoded_frame()