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 76 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
160 wide_lines = (roundf(rast->line_width) > draw->pipeline.wide_line_threshold
draw_private.h 137 float wide_line_threshold; /**< convert lines to tris if wider than this */ member in struct:draw_context::__anon27526
draw_pipe.c 69 draw->pipeline.wide_line_threshold = 1.0f;
draw_context.c 500 draw->pipeline.wide_line_threshold = roundf(threshold);

Completed in 70 milliseconds