Searched defs:cbSurfacePitch (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-win.cpp | 75 uint32_t cbSurfacePitch; member in struct:__anon13187 87 SSMFIELD_ENTRY( VMSVGA3DMIPMAPLEVEL, cbSurfacePitch), 1579 pSurface->pMipmapLevels[idx].cbSurfacePitch = pSurface->cbBlock * pSurface->pMipmapLevels[idx].size.width; 1580 pSurface->pMipmapLevels[idx].cbSurface = pSurface->pMipmapLevels[idx].cbSurfacePitch * pSurface->pMipmapLevels[idx].size.height * pSurface->pMipmapLevels[idx].size.depth; 1983 LockedSrcRect.Pitch = pSurfaceSrc->pMipmapLevels[src.mipmap].cbSurfacePitch; 2008 LockedDestRect.Pitch = pSurfaceDest->pMipmapLevels[dest.mipmap].cbSurfacePitch; 2153 Log(("vmsvga3dCreateTexture: sync dirty texture mipmap level %d (pitch %x vs %x)\n", i, LockedRect.Pitch, pSurface->pMipmapLevels[i].cbSurfacePitch)); 2159 memcpy(pDest, pSrc, pSurface->pMipmapLevels[i].cbSurfacePitch); 2162 pSrc += pSurface->pMipmapLevels[i].cbSurfacePitch; 2372 uDestOffset = pBoxes[i].x * pSurface->cbBlock + pBoxes[i].y * pMipLevel->cbSurfacePitch [all...] |
H A D | DevVGA-SVGA3d-ogl.cpp | 484 uint32_t cbSurfacePitch; member in struct:__anon13171 496 SSMFIELD_ENTRY( VMSVGA3DMIPMAPLEVEL, cbSurfacePitch), 2796 pSurface->pMipmapLevels[idx].cbSurfacePitch = pSurface->cbBlock * pSurface->pMipmapLevels[idx].size.width; 2797 pSurface->pMipmapLevels[idx].cbSurface = pSurface->pMipmapLevels[idx].cbSurfacePitch * pSurface->pMipmapLevels[idx].size.height * pSurface->pMipmapLevels[idx].size.depth; 3106 Log(("vmsvga3dCreateTexture: sync dirty texture mipmap level %d (pitch %x)\n", i, pSurface->pMipmapLevels[i].cbSurfacePitch)); 3445 uDestOffset = pBoxes[i].x * pSurface->cbBlock + pBoxes[i].y * pMipLevel->cbSurfacePitch + pBoxes[i].z * pMipLevel->size.height * pMipLevel->cbSurfacePitch; 3452 + pMipLevel->cbSurface - pBoxes[i].y * pMipLevel->cbSurfacePitch 3453 - pMipLevel->cbSurfacePitch; /* flip image during copy */ 3461 -(int32_t)pMipLevel->cbSurfacePitch, 3529 uint32_t cbSurfacePitch; local [all...] |
Completed in 57 milliseconds