Home
last modified time | relevance | path

Searched refs:CM_GPUCOPY_KERNEL (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_queue_rt.h53 struct CM_GPUCOPY_KERNEL struct
309 int32_t AddGPUCopyKernel(CM_GPUCOPY_KERNEL* &kernelParam);
327 CM_GPUCOPY_KERNEL* &gpuCopyKernelParam);
333 CM_GPUCOPY_KERNEL* &kernelParam);
H A Dcm_queue_rt.cpp185CM_GPUCOPY_KERNEL *gpuCopyParam = (CM_GPUCOPY_KERNEL*)m_copyKernelParamArray.GetElement( i ); in ~CmQueueRT()
1457 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyInternal_1Plane()
1728 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyInternal_2Planes()
1987 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyGPUToGPU()
2135 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyCPUToCPU()
2331 CM_GPUCOPY_KERNEL* gpuCopyKernelParam = nullptr; in EnqueueBufferCopy()
3635 gpuCopyKernelParam = new (std::nothrow) CM_GPUCOPY_KERNEL ; in CreateGPUCopyKernel()
3637 CmSafeMemSet(gpuCopyKernelParam, 0, sizeof(CM_GPUCOPY_KERNEL)); in CreateGPUCopyKernel()
3672 CM_GPUCOPY_KERNEL* &kernelParam) in SearchGPUCopyKernel()
3675 CM_GPUCOPY_KERNEL *gpucopyKernel = nullptr; in SearchGPUCopyKernel()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_queue_rt.h53 struct CM_GPUCOPY_KERNEL struct
309 int32_t AddGPUCopyKernel(CM_GPUCOPY_KERNEL* &kernelParam);
327 CM_GPUCOPY_KERNEL* &gpuCopyKernelParam);
333 CM_GPUCOPY_KERNEL* &kernelParam);
H A Dcm_queue_rt.cpp182CM_GPUCOPY_KERNEL *gpuCopyParam = (CM_GPUCOPY_KERNEL*)m_copyKernelParamArray.GetElement( i ); in ~CmQueueRT()
1453 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyInternal_1Plane()
1724 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyInternal_2Planes()
1983 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyGPUToGPU()
2131 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyCPUToCPU()
2327 CM_GPUCOPY_KERNEL* gpuCopyKernelParam = nullptr; in EnqueueBufferCopy()
3631 gpuCopyKernelParam = new (std::nothrow) CM_GPUCOPY_KERNEL ; in CreateGPUCopyKernel()
3633 CmSafeMemSet(gpuCopyKernelParam, 0, sizeof(CM_GPUCOPY_KERNEL)); in CreateGPUCopyKernel()
3668 CM_GPUCOPY_KERNEL* &kernelParam) in SearchGPUCopyKernel()
3671 CM_GPUCOPY_KERNEL *gpucopyKernel = nullptr; in SearchGPUCopyKernel()
[all …]
/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dcm_queue.h54 } CM_GPUCOPY_KERNEL, *PCM_GPUCOPY_KERNEL; typedef