Searched refs:wide_point_threshold (Results 1 – 5 of 5) sorted by relevance
88 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()
222 if ((rast->point_size > draw->pipeline.wide_point_threshold) || in widepoint_first_point()
137 float wide_point_threshold; /**< convert pnts to tris if larger than this */ member
70 draw->pipeline.wide_point_threshold = 1000000.0f; /* infinity */ in draw_pipeline_init()
535 draw->pipeline.wide_point_threshold = threshold; in draw_wide_point_threshold()