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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h53 float maxLineWidth, maxLineWidthAA; member in struct:svga_screen
H A Dsvga_swtnl_draw.c193 MAX2(screen->maxLineWidth,
H A Dsvga_pipe_rasterizer.c213 if (templ->line_width <= screen->maxLineWidth) {
H A Dsvga_screen.c153 return svgascreen->maxLineWidth;
1127 svgascreen->maxLineWidth =
1137 "haveLineSmooth %u maxLineWidth %.2f maxLineWidthAA %.2f\n",
1139 svgascreen->maxLineWidth, svgascreen->maxLineWidthAA);
H A Dsvga_state_rss.c252 if (screen->maxLineWidth > 1.0F)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h54 float maxLineWidth, maxLineWidthAA; member in struct:svga_screen
H A Dsvga_swtnl_draw.c197 MAX2(screen->maxLineWidth,
H A Dsvga_pipe_rasterizer.c218 if (templ->line_width <= screen->maxLineWidth) {
H A Dsvga_screen.c157 return svgascreen->maxLineWidth;
1098 svgascreen->maxLineWidth =
1108 "haveLineSmooth %u maxLineWidth %.2f maxLineWidthAA %.2f\n",
1110 svgascreen->maxLineWidth, svgascreen->maxLineWidthAA);
H A Dsvga_state_rss.c252 if (screen->maxLineWidth > 1.0F)

Completed in 8 milliseconds