Searched refs:enqueueCopyL2LParam (Results 1 – 1 of 1) sorted by relevance
874 PCM_ENQUEUE_GPUCOPY_L2L_PARAM enqueueCopyL2LParam; in CmThinExecuteInternal() local875 enqueueCopyL2LParam = (PCM_ENQUEUE_GPUCOPY_L2L_PARAM)(cmPrivateInputData); in CmThinExecuteInternal()877 cmQueue = (CmQueue *)enqueueCopyL2LParam->queueHandle; in CmThinExecuteInternal()878 cmEvent = (CmEvent*)enqueueCopyL2LParam->eventHandle; // used as input in CmThinExecuteInternal()881 cmRet = cmQueue->EnqueueCopyCPUToCPU((unsigned char *) enqueueCopyL2LParam->dstSysMem, in CmThinExecuteInternal()882 (unsigned char *) enqueueCopyL2LParam->srcSysMem, in CmThinExecuteInternal()883 enqueueCopyL2LParam->copySize, in CmThinExecuteInternal()884 enqueueCopyL2LParam->option, in CmThinExecuteInternal()887 enqueueCopyL2LParam->eventHandle = cmEvent; in CmThinExecuteInternal()888 enqueueCopyL2LParam->returnValue = cmRet; in CmThinExecuteInternal()