Searched refs:SVGA3dCapsRecord (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_caps.h83 * SVGA3dCapsRecord
92 struct SVGA3dCapsRecord { struct
96 SVGA3dCapsRecord; typedef in typeref:struct:SVGA3dCapsRecord
115 static INLINE SVGA3dCapsRecord *
120 SVGA3dCapsRecord *record, *found = NULL;
127 record = (SVGA3dCapsRecord *) (capsBlock + offset);
/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c78 struct SVGA3dCapsRecord struct
393 static void DumpOld3dCapabilityRecords(struct SVGA3dCapsRecord *pCur)
405 pCur = (struct SVGA3dCapsRecord *)((uint32_t *)pCur + pCur->header.length);
412 struct SVGA3dCapsRecord *pBuf;
420 pBuf = (struct SVGA3dCapsRecord *)calloc(Caps3D.max_size, 1);
567 DumpOld3dCapabilityRecords((struct SVGA3dCapsRecord *)&pau32Fifo[32]);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp4072 SVGA3dCapsRecord *pCaps;
4080 pCaps = (SVGA3dCapsRecord *)&pThis->svga.pFIFOR3[SVGA_FIFO_3D_CAPS];
4105 pCaps = (SVGA3dCapsRecord *)((uint32_t *)pCaps + pCaps->header.length);

Completed in 1370 milliseconds