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 88 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
168 else if (rast->point_size > draw->pipeline.wide_point_threshold)
draw_pipe_wide_point.c 222 if ((rast->point_size > draw->pipeline.wide_point_threshold) ||
draw_private.h 136 float wide_point_threshold; /**< convert pnts to tris if larger than this */ member in struct:draw_context::__anon27526
draw_pipe.c 68 draw->pipeline.wide_point_threshold = 1000000.0f; /* infinity */
draw_context.c 477 draw->pipeline.wide_point_threshold = threshold;

Completed in 3052 milliseconds