Searched refs:this_x (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_dash.c276 int this_x = points[i].x; local in function:glamor_poly_lines_dash_gl
280 this_x += prev_x;
284 this_x, this_y);
286 v[0] = prev_x = this_x;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c614 int c, total_width = 0, max_height = 0, this_x = 0; local in function:drmmode_set_scanout_pixmap
638 this_x = total_width;
660 drmmode_crtc->scanout_pixmap_x = this_x;
663 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0, RR_Rotate_0);
665 PixmapStartDirtyTracking(ppix, screenpix, 0, 0, this_x, 0, RR_Rotate_0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1799 int c, total_width = 0, max_height = 0, this_x = 0; local in function:drmmode_set_target_scanout_pixmap_gpu
1820 this_x = total_width;
1841 drmmode_crtc->prime_pixmap_x = this_x;
1842 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0,

Completed in 10 milliseconds