Searched refs:pFill (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp3757 VBOXCMDVBVA_PAGING_FILL *pFill = (VBOXCMDVBVA_PAGING_FILL*)pBuildPagingBuffer->pDmaBufferPrivateData;
3758 pFill->Hdr.u8OpCode = VBOXCMDVBVA_OPTYPE_PAGING_FILL;
3759 pFill->Hdr.u8Flags = 0;
3760 pFill->Hdr.u.u8PrimaryID = 0;
3761 pFill->Hdr.u8State = VBOXCMDVBVA_STATE_SUBMITTED;
3762 pFill->u32CbFill = (uint32_t)pBuildPagingBuffer->Fill.FillSize;
3763 pFill->u32Pattern = pBuildPagingBuffer->Fill.FillPattern;
3765 pFill->offVRAM = pBuildPagingBuffer->Fill.Destination.SegmentAddress.LowPart;
3768 cbPrivateData = sizeof (*pFill);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp1741 static int8_t vboxVDMACrCmdVbvaPagingFill(PVGASTATE pVGAState, VBOXCMDVBVA_PAGING_FILL *pFill) argument
1743 VBOXCMDVBVAOFFSET offVRAM = pFill->offVRAM;
1758 uint32_t cbFill = pFill->u32CbFill;
1767 uint32_t u32Color = pFill->u32Pattern;

Completed in 465 milliseconds