Searched refs:enqueue2DInitParam (Results 1 – 1 of 1) sorted by relevance
836 PCM_ENQUEUE_2DINIT_PARAM enqueue2DInitParam; in CmThinExecuteInternal() local837 enqueue2DInitParam = (PCM_ENQUEUE_2DINIT_PARAM)(cmPrivateInputData); in CmThinExecuteInternal()839 cmQueue = (CmQueue *)enqueue2DInitParam->queueHandle; in CmThinExecuteInternal()840 cmSurf2DBase = (CmSurface2D *)(enqueue2DInitParam->surface2d); in CmThinExecuteInternal()841 cmEvent = (CmEvent*)enqueue2DInitParam->eventHandle; // used as input in CmThinExecuteInternal()845 cmRet = cmQueue->EnqueueInitSurface2D(cmSurf2DBase, enqueue2DInitParam->initValue, cmEvent); in CmThinExecuteInternal()847 enqueue2DInitParam->eventHandle = cmEvent; in CmThinExecuteInternal()848 enqueue2DInitParam->returnValue = cmRet; in CmThinExecuteInternal()