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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h54 float maxPointSize; member in struct:svga_screen
H A Dsvga_screen.c160 return svgascreen->maxPointSize;
1070 svgascreen->maxPointSize = 80.0F;
1105 svgascreen->maxPointSize =
1108 svgascreen->maxPointSize = MIN2(svgascreen->maxPointSize, 80.0f);
1140 debug_printf("svga: maxPointSize %g\n", svgascreen->maxPointSize);
H A Dsvga_state_constants.c159 dst[3] = screen->maxPointSize;
H A Dsvga_state_rss.c244 EMIT_RS_FLOAT(svga, screen->maxPointSize, POINTSIZEMAX);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h55 float maxPointSize; member in struct:svga_screen
H A Dsvga_screen.c164 return svgascreen->maxPointSize;
1027 svgascreen->maxPointSize = 80.0F;
1073 svgascreen->maxPointSize =
1076 svgascreen->maxPointSize = MIN2(svgascreen->maxPointSize, 80.0f);
1111 debug_printf("svga: maxPointSize %g\n", svgascreen->maxPointSize);
H A Dsvga_state_rss.c244 EMIT_RS_FLOAT(svga, screen->maxPointSize, POINTSIZEMAX);
H A Dsvga_state_constants.c160 dst[3] = screen->maxPointSize;

Completed in 10 milliseconds