Searched defs:pSrcDesc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDrawVHWA.cpp26 PVBOXVHWASURFDESC pSrcDesc = (PVBOXVHWASURFDESC)pBody->SrcGuestSurfInfo; local
29 ASMAtomicDecU32(&pSrcDesc->cPendingBltsSrc);
218 PVBOXVHWASURFDESC pSrcDesc = (PVBOXVHWASURFDESC) pSrcSurf->lpGbl->dwReserved1; local
221 if (pSrcDesc && pDstDesc)
236 pBody->u.in.hSrcSurf = pSrcDesc->hHostHandle;
239 pBody->SrcGuestSurfInfo = (uint64_t)pSrcDesc;
244 ASMAtomicIncU32(&pSrcDesc->cPendingBltsSrc);
250 if(pSrcDesc->UpdatedMemRegion.bValid)
253 VBoxDispVHWAFromRECTL(&pBody->u.in.xUpdatedSrcMemRect, &pSrcDesc->UpdatedMemRegion.Rect);
254 VBoxDispVHWARegionClear(&pSrcDesc
444 PVBOXVHWASURFDESC pSrcDesc = (PVBOXVHWASURFDESC) pSrcSurf->lpGbl->dwReserved1; local
500 PVBOXVHWASURFDESC pSrcDesc = (PVBOXVHWASURFDESC) pSrcSurf->lpGbl->dwReserved1; local
[all...]

Completed in 42 milliseconds