Searched refs:wide_point_threshold (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c88 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
169 else if (rast->point_size > draw->pipeline.wide_point_threshold)
H A Ddraw_pipe_wide_point.c222 if ((rast->point_size > draw->pipeline.wide_point_threshold) ||
H A Ddraw_private.h136 float wide_point_threshold; /**< convert pnts to tris if larger than this */ member in struct:draw_context::__anon406ac0650108
H A Ddraw_pipe.c68 draw->pipeline.wide_point_threshold = 1000000.0f; /* infinity */
H A Ddraw_context.c476 draw->pipeline.wide_point_threshold = threshold;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c88 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
172 else if (rast->point_size > draw->pipeline.wide_point_threshold)
H A Ddraw_pipe_wide_point.c222 if ((rast->point_size > draw->pipeline.wide_point_threshold) ||
H A Ddraw_pipe.c70 draw->pipeline.wide_point_threshold = 1000000.0f; /* infinity */
H A Ddraw_private.h168 float wide_point_threshold; /**< convert pnts to tris if larger than this */ member in struct:draw_context::__anone553aa980108
H A Ddraw_context.c537 draw->pipeline.wide_point_threshold = threshold;

Completed in 53 milliseconds