Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:tri

44                 const struct lp_rast_triangle *tri,
67 lp_rast_shade_quads_mask(task, &tri->inputs, x, y, mask);
76 const struct lp_rast_triangle *tri,
152 TAG(do_block_4)(task, tri, plane, px, py, cx);
167 block_full_4(task, tri, px, py);
180 const struct lp_rast_triangle *tri = arg.triangle.tri;
182 const struct lp_rast_plane *tri_plane = GET_PLANES(tri);
189 if (tri->inputs.disable) {
233 * (in which case the tri will not get binned), or trivial accept for
305 TAG(do_block_16)(task, tri, plane, px, py, cx);
320 block_full_16(task, tri, px, py);
333 const struct lp_rast_triangle *tri = arg.triangle.tri;
334 const struct lp_rast_plane *plane = GET_PLANES(tri);
396 lp_rast_shade_quads_mask(task, &tri->inputs, px, py, mask);
406 const struct lp_rast_triangle *tri = arg.triangle.tri;
407 const struct lp_rast_plane *plane = GET_PLANES(tri);
442 lp_rast_shade_quads_mask(task, &tri->inputs, x, y, mask);