Lines Matching defs:points
2891 bool points, mali_ptr size_array,
2900 cfg.constant = points ?
3429 /* IDVS/points vertex shader */
3589 /* If we change whether we're drawing points, or whether point sprites
3919 bool points)
3931 /* gl_PointCoord orientation only matters when drawing points, but
3932 * provoking vertex doesn't matter for points.
3934 if (points)
3970 bool points = (info->mode == PIPE_PRIM_POINTS);
3972 if (unlikely(!panfrost_compatible_batch_state(batch, points))) {
3975 ASSERTED bool succ = panfrost_compatible_batch_state(batch, points);
4563 /* Generic, or IDVS/points */