Home | History | Annotate | Download | only in softpipe

Lines Matching defs:vmid

83    const float (*vmid)[4];
307 setup->vmid = v1;
313 setup->vmid = v0;
319 setup->vmid = v2;
327 setup->vmid = v0;
333 setup->vmid = v1;
339 setup->vmid = v2;
345 setup->ebot.dx = setup->vmid[0][0] - setup->vmin[0][0];
346 setup->ebot.dy = setup->vmid[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.
543 float mida = v[1] * setup->vmid[0][3];
555 setup->vmid[vertSlot][i],
604 * Must be called after setup->vmin,vmid,vmax,vprovoke are initialized.
618 v[1] = setup->vmid[0][2];
623 v[1] = setup->vmid[0][3];
641 setup->vmid[vertSlot][j],
651 setup->vmid[vertSlot][j],
679 float vmid_x = setup->vmid[0][0] + setup->pixel_offset;
682 float vmid_y = setup->vmid[0][1] - setup->pixel_offset;