Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_queue_rt.cpp1471 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyInternal_1Plane() local
1564 …ISH(CreateGPUCopyKernel(copyWidthByte, sliceCopyHeightRow, format, direction, gpuCopyKernelParam)); in EnqueueCopyInternal_1Plane()
1565 CM_CHK_NULL_GOTOFINISH_CMERROR(gpuCopyKernelParam); in EnqueueCopyInternal_1Plane()
1566 kernel = gpuCopyKernelParam->kernel; in EnqueueCopyInternal_1Plane()
1636 GPUCOPY_KERNEL_UNLOCK(gpuCopyKernelParam); in EnqueueCopyInternal_1Plane()
1682 if(kernel && gpuCopyKernelParam) GPUCOPY_KERNEL_UNLOCK(gpuCopyKernelParam); in EnqueueCopyInternal_1Plane()
1742 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyInternal_2Planes() local
1831 …TOFINISH(CreateGPUCopyKernel(copyWidthByte, copyHeightRow, format, direction, gpuCopyKernelParam)); in EnqueueCopyInternal_2Planes()
1832 CM_CHK_NULL_GOTOFINISH_CMERROR(gpuCopyKernelParam); in EnqueueCopyInternal_2Planes()
1833 kernel = gpuCopyKernelParam->kernel; in EnqueueCopyInternal_2Planes()
[all …]
H A Dcm_queue_rt.h329 CM_GPUCOPY_KERNEL* &gpuCopyKernelParam);