Home | History | Annotate | Download | only in softpipe

Lines Matching defs:vmid

82    const float (*vmid)[4];
308 setup->vmid = v1;
314 setup->vmid = v0;
320 setup->vmid = v2;
328 setup->vmid = v0;
334 setup->vmid = v1;
340 setup->vmid = v2;
346 setup->ebot.dx = setup->vmid[0][0] - setup->vmin[0][0];
347 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
350 setup->etop.dx = setup->vmax[0][0] - setup->vmid[0][0];
351 setup->etop.dy = setup->vmax[0][1] - setup->vmid[0][1];
480 * v[0], v[1] and v[2] are vmin, vmid and vmax, respectively.
525 * v[0], v[1] and v[2] are vmin, vmid and vmax, respectively.
536 float mida = v[1] * setup->vmid[0][3];
594 * Must be called after setup->vmin,vmid,vmax,vprovoke are initialized.
610 v[1] = setup->vmid[0][2];
615 v[1] = setup->vmid[0][3];
634 setup->vmid[vertSlot][j],
644 setup->vmid[vertSlot][j],
682 float vmid_x = setup->vmid[0][0] + setup->pixel_offset;
685 float vmid_y = setup->vmid[0][1] - setup->pixel_offset;