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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
181 else if (rast->point_size > draw->pipeline.wide_point_threshold)
draw_pipe_wide_point.c 218 if ((rast->point_size > draw->pipeline.wide_point_threshold) ||
draw_private.h 122 float wide_point_threshold; /**< convert pnts to tris if larger than this */ member in struct:draw_context::__anon19560
draw_pipe.c 67 draw->pipeline.wide_point_threshold = 1000000.0f; /* infinity */
draw_context.c 395 draw->pipeline.wide_point_threshold = threshold;

Completed in 45 milliseconds