HomeSort by: relevance | last modified time | path
    Searched refs:SVGA3dSize (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 347 * Followed by an SVGA3dSize structure for each mip level in each face.
375 * Followed by an SVGA3dSize structure for each mip level in each face.
1363 SVGA3dSize size;
1679 SVGA3dSize size;
1696 SVGA3dSize size;
1717 SVGA3dSize size;
svga3d_types.h 1649 SVGA3dSize;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c 222 sizeof(SVGA3dSize);
266 SVGA3dSize *cmd_size;
270 cmd_len = sizeof(cmd->body) + srf->num_sizes * sizeof(SVGA3dSize);
286 cmd_size = (SVGA3dSize *) cmd;

Completed in 25 milliseconds