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.c101 if (rasterizer->point_size > draw->pipeline.wide_point_threshold) in draw_need_pipeline()
181 else if (rast->point_size > draw->pipeline.wide_point_threshold) in validate_pipeline()
Ddraw_private.h122 float wide_point_threshold; /**< convert pnts to tris if larger than this */ member
Ddraw_pipe_wide_point.c218 if ((rast->point_size > draw->pipeline.wide_point_threshold) || in widepoint_first_point()
Ddraw_pipe.c67 draw->pipeline.wide_point_threshold = 1000000.0f; /* infinity */ in draw_pipeline_init()
Ddraw_context.c395 draw->pipeline.wide_point_threshold = threshold; in draw_wide_point_threshold()