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

/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c413 struct drm_vmw_get_3d_cap_arg Caps3D; local
418 Caps3D.pad64 = 0;
419 Caps3D.max_size = 1024 * sizeof(uint32_t);
420 pBuf = (struct SVGA3dCapsRecord *)calloc(Caps3D.max_size, 1);
421 Caps3D.buffer = (uintptr_t)pBuf;
424 rc = ioctl(fd, DRM_IOCTL_VMW_GET_3D_CAP, &Caps3D);

Completed in 817 milliseconds