Searched refs:CreateGPUCopyKernel (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_queue_rt.cpp | 1564 …CM_CHK_CMSTATUS_GOTOFINISH(CreateGPUCopyKernel(copyWidthByte, sliceCopyHeightRow, format, directio… in EnqueueCopyInternal_1Plane() 1831 …CM_CHK_CMSTATUS_GOTOFINISH(CreateGPUCopyKernel(copyWidthByte, copyHeightRow, format, direction, gp… in EnqueueCopyInternal_2Planes() 2048 …CM_CHK_CMSTATUS_GOTOFINISH(CreateGPUCopyKernel(srcSurfaceWidth*srcSizePerPixel, srcSurfaceHeight, … in EnqueueCopyGPUToGPU() 2221 …CM_CHK_CMSTATUS_GOTOFINISH(CreateGPUCopyKernel(size, 0, CM_SURFACE_FORMAT_INVALID, CM_FASTCOPY_CPU… in EnqueueCopyCPUToCPU() 2440 …CM_CHK_CMSTATUS_GOTOFINISH(CreateGPUCopyKernel((int)sysMemSize, 0, CM_SURFACE_FORMAT_INVALID, CM_F… in EnqueueBufferCopy() 3624 int32_t CmQueueRT::CreateGPUCopyKernel(uint32_t widthInByte, in CreateGPUCopyKernel() function in CMRT_UMD::CmQueueRT
|
H A D | cm_queue_rt.h | 325 int32_t CreateGPUCopyKernel(uint32_t widthInByte,
|