Searched refs:gpuCopyKernelParam (Results 1 – 2 of 2) sorted by relevance
1471 CM_GPUCOPY_KERNEL *gpuCopyKernelParam = nullptr; in EnqueueCopyInternal_1Plane() local1564 …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() local1831 …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 …]
329 CM_GPUCOPY_KERNEL* &gpuCopyKernelParam);