Home | History | Annotate | Download | only in softpipe

Lines Matching defs:pixel_offset

94    float pixel_offset;
398 setup->pixel_offset = 0.5f;
400 setup->pixel_offset = 0.0f;
501 * pixel centers, in other words (pixel_offset, pixel_offset).
512 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
513 dady * (setup->vmin[0][1] - setup->pixel_offset)));
564 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
565 dady * (setup->vmin[0][1] - setup->pixel_offset)));
678 float vmin_x = setup->vmin[0][0] + setup->pixel_offset;
679 float vmid_x = setup->vmid[0][0] + setup->pixel_offset;
681 float vmin_y = setup->vmin[0][1] - setup->pixel_offset;
682 float vmid_y = setup->vmid[0][1] - setup->pixel_offset;
683 float vmax_y = setup->vmax[0][1] - setup->pixel_offset;
911 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
912 dady * (setup->vmin[0][1] - setup->pixel_offset)));
935 (dadx * (setup->vmin[0][0] - setup->pixel_offset) +
936 dady * (setup->vmin[0][1] - setup->pixel_offset)));