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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp137 } bounce; member in struct:__anon13190
165 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DSURFACE, bounce.pTexture),
1667 if (pSurface->bounce.pTexture)
1668 pSurface->bounce.pTexture->Release();
1992 Assert(!pSurfaceSrc->bounce.pTexture);
2017 Assert(!pSurfaceDest->bounce.pTexture);
2101 /* Create another texture object to serve as a bounce buffer as the above texture surface can't be locked. */
2108 &pSurface->bounce.pTexture,
2111 pTexture = pSurface->bounce.pTexture;
2171 if (pSurface->bounce
[all...]
/vbox/src/recompiler/
H A Dexec.c3979 static BounceBuffer bounce; variable
4053 if (done || bounce.buffer) {
4056 bounce.buffer = qemu_memalign(TARGET_PAGE_SIZE, TARGET_PAGE_SIZE);
4057 bounce.addr = addr;
4058 bounce.len = l;
4060 cpu_physical_memory_rw(addr, bounce.buffer, l, 0);
4062 ptr = bounce.buffer;
4088 if (buffer != bounce.buffer) {
4110 cpu_physical_memory_write(bounce.addr, bounce
[all...]

Completed in 572 milliseconds