Searched refs:pSrcDesc (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp2220 const PVBOXVDMA_SURF_DESC pDstDesc, const PVBOXVDMA_SURF_DESC pSrcDesc,
2224 Assert(pDstDesc->format == pSrcDesc->format);
2228 if (pDstDesc->format != pSrcDesc->format)
2231 && pSrcDesc->width == pSrcRectl->width
2232 && pSrcDesc->width == pDstDesc->width)
2250 uint32_t offSrcLineStart = pSrcRectl->left * pSrcDesc->bpp >> 3;
2251 uint32_t offSrcLineEnd = ((pSrcRectl->left * pSrcDesc->bpp + 7) >> 3) + ((pSrcDesc->bpp * pSrcRectl->width + 7) >> 3);
2253 uint32_t offSrcStart = pSrcDesc->pitch * pSrcRectl->top + offSrcLineStart;
2254 Assert(cbSrcLine <= pSrcDesc
[all...]

Completed in 2677 milliseconds