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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c76 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
161 roundf(rast->line_width) > draw->pipeline.wide_line_threshold &&
H A Ddraw_private.h137 float wide_line_threshold; /**< convert lines to tris if wider than this */ member in struct:draw_context::__anon406ac0650108
H A Ddraw_pipe.c69 draw->pipeline.wide_line_threshold = 1.0f;
H A Ddraw_context.c499 draw->pipeline.wide_line_threshold = roundf(threshold);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c76 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
164 roundf(rast->line_width) > draw->pipeline.wide_line_threshold &&
H A Ddraw_pipe.c71 draw->pipeline.wide_line_threshold = 1.0f;
H A Ddraw_private.h169 float wide_line_threshold; /**< convert lines to tris if wider than this */ member in struct:draw_context::__anone553aa980108
H A Ddraw_context.c560 draw->pipeline.wide_line_threshold = roundf(threshold);

Completed in 11 milliseconds