Home | History | Annotate | Download | only in softpipe

Lines Matching refs:vmax

82    const float (*vmax)[4];
308 setup->vmax = v2;
314 setup->vmax = v1;
320 setup->vmax = v1;
328 setup->vmax = v2;
334 setup->vmax = v0;
340 setup->vmax = v0;
347 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
348 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
349 setup->etop.dx = setup->vmax[0][0] - setup->vmid[0][0];
350 setup->etop.dy = setup->vmax[0][1] - setup->vmid[0][1];
479 * v[0], v[1] and v[2] are vmin, vmid and vmax, respectively.
532 * v[0], v[1] and v[2] are vmin, vmid and vmax, respectively.
544 float maxa = v[2] * setup->vmax[0][3];
556 setup->vmax[vertSlot][i]
604 * Must be called after setup->vmin,vmid,vmax,vprovoke are initialized.
619 v[2] = setup->vmax[0][2];
624 v[2] = setup->vmax[0][3];
642 setup->vmax[vertSlot][j],
652 setup->vmax[vertSlot][j],
683 float vmax_y = setup->vmax[0][1] - setup->pixel_offset;
897 * v[0] and v[1] are vmin and vmax, respectively.
919 * v[0] and v[1] are vmin and vmax, respectively.
928 const float a1 = v[1] * setup->vmax[0][3];
942 * Must be called after setup->vmin,vmax are initialized.
956 /* use setup->vmin, vmax to point to vertices */
962 setup->vmax = v1;
964 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
965 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
976 v[1] = setup->vmax[0][2];
980 v[1] = setup->vmax[0][3];
997 setup->vmax[vertSlot][j],
1006 setup->vmax[vertSlot][j],