Lines Matching defs:vmin
84 const float (*vmin)[4];
308 setup->vmin = v0;
314 setup->vmin = v2;
320 setup->vmin = v0;
328 setup->vmin = v1;
334 setup->vmin = v2;
340 setup->vmin = v1;
347 setup->ebot.dx = setup->vmid[0][0] - setup->vmin[0][0];
348 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
349 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
350 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
424 * v[0], v[1] and v[2] are vmin, vmid and vmax, respectively.
453 * to define a0 as the sample at a pixel center somewhere near vmin
457 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
458 dady * (setup->vmin[0][1] - setup->pixel_offset)));
469 * v[0], v[1] and v[2] are vmin, vmid and vmax, respectively.
479 float mina = v[0] * setup->vmin[0][3];
494 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
495 dady * (setup->vmin[0][1] - setup->pixel_offset)));
538 * Must be called after setup->vmin,vmid,vmax,vprovoke are initialized.
553 v[0] = setup->vmin[0][2];
558 v[0] = setup->vmin[0][3];
577 v[0] = setup->vmin[vertSlot][j];
585 v[0] = setup->vmin[vertSlot][j];
621 float vmin_x = setup->vmin[0][0] + setup->pixel_offset;
624 float vmin_y = setup->vmin[0][1] - setup->pixel_offset;
832 * v[0] and v[1] are vmin and vmax, respectively.
846 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
847 dady * (setup->vmin[0][1] - setup->pixel_offset)));
854 * v[0] and v[1] are vmin and vmax, respectively.
862 const float a0 = v[0] * setup->vmin[0][3];
870 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
871 dady * (setup->vmin[0][1] - setup->pixel_offset)));
877 * Must be called after setup->vmin,vmax are initialized.
893 /* use setup->vmin, vmax to point to vertices */
898 setup->vmin = v0;
901 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
902 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
912 v[0] = setup->vmin[0][2];
916 v[0] = setup->vmin[0][3];
933 v[0] = setup->vmin[vertSlot][j];
940 v[0] = setup->vmin[vertSlot][j];