Home
last modified time | relevance | path

Searched refs:wide_point_threshold (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c88 if (rasterizer->point_size > draw->pipeline.wide_point_threshold) in draw_need_pipeline()
172 else if (rast->point_size > draw->pipeline.wide_point_threshold) in validate_pipeline()
Ddraw_pipe_wide_point.c222 if ((rast->point_size > draw->pipeline.wide_point_threshold) || in widepoint_first_point()
Ddraw_private.h137 float wide_point_threshold; /**< convert pnts to tris if larger than this */ member
Ddraw_pipe.c70 draw->pipeline.wide_point_threshold = 1000000.0f; /* infinity */ in draw_pipeline_init()
Ddraw_context.c535 draw->pipeline.wide_point_threshold = threshold; in draw_wide_point_threshold()