Searched refs:SVGA3dSize (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d.h | 58 int vmsvga3dSurfaceDefine(PVGASTATE pThis, uint32_t sid, uint32_t surfaceFlags, SVGA3dSurfaceFormat format, SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES], uint32_t multisampleCount, SVGA3dTextureFilter autogenFilter, uint32_t cMipLevels, SVGA3dSize *pMipLevelSize);
|
H A D | DevVGA-SVGA3d-shared.h | 185 SVGA3dSize *pMipmapLevelSize = (SVGA3dSize *)RTMemAlloc(cMipLevels * sizeof(SVGA3dSize));
|
H A D | DevVGA-SVGA.cpp | 2856 cMipLevels = (pHdr->size - sizeof(*pCmd)) / sizeof(SVGA3dSize); 2857 rc = vmsvga3dSurfaceDefine(pThis, pCmd->sid, (uint32_t)pCmd->surfaceFlags, pCmd->format, pCmd->face, 0, SVGA3D_TEX_FILTER_NONE, cMipLevels, (SVGA3dSize *)(pCmd + 1)); 2870 cMipLevels = (pHdr->size - sizeof(*pCmd)) / sizeof(SVGA3dSize); 2871 rc = vmsvga3dSurfaceDefine(pThis, pCmd->sid, pCmd->surfaceFlags, pCmd->format, pCmd->face, pCmd->multisampleCount, pCmd->autogenFilter, cMipLevels, (SVGA3dSize *)(pCmd + 1));
|
H A D | DevVGA-SVGA3d-ogl.cpp | 482 SVGA3dSize size; 2612 SVGA3dTextureFilter autogenFilter, uint32_t cMipLevels, SVGA3dSize *pMipLevelSize) 4575 SVGA3dSize *pMipLevelSize; 4578 pMipLevelSize = (SVGA3dSize *)RTMemAllocZ(pSurface->faces[0].numMipLevels * pSurface->cFaces * sizeof(SVGA3dSize)); 4586 memcpy(&pMipLevelSize[idx], &pSurface->pMipmapLevels[idx].size, sizeof(SVGA3dSize));
|
H A D | DevVGA-SVGA3d-win.cpp | 73 SVGA3dSize size; 1387 uint32_t multisampleCount, SVGA3dTextureFilter autogenFilter, uint32_t cMipLevels, SVGA3dSize *pMipLevelSize) 3071 SVGA3dSize *pMipLevelSize; 3074 pMipLevelSize = (SVGA3dSize *)RTMemAllocZ(pSurface->faces[0].numMipLevels * pSurface->cFaces * sizeof(SVGA3dSize)); 3082 memcpy(&pMipLevelSize[idx], &pSurface->pMipmapLevels[idx].size, sizeof(SVGA3dSize));
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga3d_reg.h | 1137 } SVGA3dSize; typedef in typeref:struct:__anon14705 1171 * Followed by an SVGA3dSize structure for each mip level in each face. 1196 * Followed by an SVGA3dSize structure for each mip level in each face.
|
Completed in 828 milliseconds