Home
last modified time | relevance | path

Searched defs:svga_screen (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.h43 struct svga_screen struct
45 struct pipe_screen screen;
46 struct svga_winsys_screen *sws;
48 SVGA3dHardwareVersion hw_version;
51 boolean haveProvokingVertex;
52 boolean haveLineStipple, haveLineSmooth;
53 boolean haveBlendLogicops;
54 float maxLineWidth, maxLineWidthAA;
55 float maxPointSize;
56 float pointSmoothThreshold; /** Disable point AA for sizes less than this */
[all …]
Dsvga_screen.c1137 svga_screen(struct pipe_screen *screen) in svga_screen() function