Home
last modified time | relevance | path

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

/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuda_cuda.h58 typedef struct CUctx_st *CUcontext; /**< CUDA context */ typedef
879CUcontext srcContext; /**< Source context (ignored with srcMemoryType is ::CU_MEMORYTYPE_ARR…
891CUcontext dstContext; /**< Destination context (ignored with dstMemoryType is ::CU_MEMORYTYP…
1192 typedef CUresult CUDAAPI tcuCtxCreate(CUcontext *pctx, unsigned int flags, CUdevice dev);
1193 typedef CUresult CUDAAPI tcuCtxDestroy(CUcontext ctx);
1194 typedef CUresult CUDAAPI tcuCtxAttach(CUcontext *pctx, unsigned int flags);
1195 typedef CUresult CUDAAPI tcuCtxDetach(CUcontext ctx);
1196 typedef CUresult CUDAAPI tcuCtxPushCurrent(CUcontext ctx);
1197 typedef CUresult CUDAAPI tcuCtxPopCurrent(CUcontext *pctx);
1199 typedef CUresult CUDAAPI tcuCtxSetCurrent(CUcontext ctx);
[all …]
Ddynlink_cuviddec.h858 typedef CUresult CUDAAPI tcuvidCtxLockCreate(CUvideoctxlock *pLock, CUcontext ctx);
/hardware/google/aemu/host-common/include/host-common/
DMediaCudaVideoHelper.h106 CUcontext mCudaContext = nullptr;