Lines Matching defs:sid
167 uint32_t sid;
170 rc = SSMR3GetU32(pSSM, &sid);
173 if (sid != SVGA3D_INVALID_ID)
202 rc = vmsvga3dSurfaceDefine(pThis, sid, surface.flags, surface.format, surface.faces, surface.multiSampleCount, surface.autogenFilter, cMipLevels, pMipmapLevelSize);
209 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
210 Assert(pSurface->id == sid);
228 Log(("Surface sid=%x: load mipmap level %d with %x bytes data (present=%d).\n", sid, j, pMipmapLevel->cbSurface, fDataPresent));
261 target.sid = pContext->state.aRenderTargets[j];
436 for (uint32_t sid = 0; sid < pState->cSurfaces; sid++)
438 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
472 Log(("Surface sid=%d: save mipmap level %d with %x bytes data.\n", sid, i, pMipmapLevel->cbSurface));