HomeSort by relevance Sort by last modified time
    Searched refs:wide_line_threshold (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 90 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
173 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold
draw_private.h 123 float wide_line_threshold; /**< convert lines to tris if wider than this */ member in struct:draw_context::__anon27074
draw_pipe.c 68 draw->pipeline.wide_line_threshold = 1.0f;
draw_context.c 418 draw->pipeline.wide_line_threshold = roundf(threshold);

Completed in 117 milliseconds