Home
last modified time | relevance | path

Searched refs:x_src (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/
H A Dvkms_composer.c38 int x_src = composer->src.x1 >> 16; in compute_crc() local
44 for (x = x_src; x < x_src + w_src; ++x) { in compute_crc()
99 int x_src = src_composer->src.x1 >> 16; in blend() local
108 int x_limit = x_src + w_dst; in blend()
111 for (j = x_src, j_dst = x_dst; j < x_limit; ++j) { in blend()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c79 PictFormatPtr mask_format, INT16 x_src, INT16 y_src, in glamor_trapezoids() argument
100 glamor_trapezoids(op, src, dst, mask_format, x_src, in glamor_trapezoids()
143 x_rel = bounds.x1 + x_src - x_dst; in glamor_trapezoids()
H A Dglamor_priv.h141 INT16 x_src; member
659 PictFormatPtr mask_format, INT16 x_src, INT16 y_src,
858 INT16 x_src,
H A Dglamor_composite_glyphs.c350 INT16 x_src, in glamor_composite_glyphs() argument
402 x_src + (x - glyph->info.x), (y - glyph->info.y), in glamor_composite_glyphs()
H A Dglamor_render.c1242 x_source = rects->x_src + source_x_off; in glamor_composite_with_shader()
1566 prect[i].x_src = box[i].x1 + x_temp_src - x_dest; in glamor_composite_clipped_region()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c64 int height, int x_dst, int y_dst, int *x_src, int *y_src) in xf86_crtc_rotate_coord() argument
90 *x_src = x_dst; in xf86_crtc_rotate_coord()
101 int x_dst, int y_dst, int *x_src, int *y_src) in xf86_crtc_rotate_coord_back() argument
128 *x_src = x_dst; in xf86_crtc_rotate_coord_back()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c87 int x_src, int y_src,