Searched refs:y_src (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/ |
| H A D | vkms_composer.c | 39 int y_src = composer->src.y1 >> 16; in compute_crc() local 43 for (y = y_src; y < y_src + h_src; ++y) { in compute_crc() 100 int y_src = src_composer->src.y1 >> 16; in blend() local 107 int y_limit = y_src + h_dst; in blend() 110 for (i = y_src, i_dst = y_dst; i < y_limit; ++i) { in blend()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_trapezoid.c | 79 PictFormatPtr mask_format, INT16 x_src, INT16 y_src, in glamor_trapezoids() argument 101 y_src, 1, traps); in glamor_trapezoids() 144 y_rel = bounds.y1 + y_src - y_dst; in glamor_trapezoids()
|
| H A D | glamor_priv.h | 142 INT16 y_src; member 659 PictFormatPtr mask_format, INT16 x_src, INT16 y_src, 859 INT16 y_src, int nlist,
|
| H A D | glamor_composite_glyphs.c | 351 INT16 y_src, int nlist, GlyphListPtr list, in glamor_composite_glyphs() argument
|
| H A D | glamor_render.c | 1243 y_source = rects->y_src + source_y_off; in glamor_composite_with_shader() 1567 prect[i].y_src = box[i].y1 + y_temp_src - y_dest; in glamor_composite_clipped_region()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 64 int height, int x_dst, int y_dst, int *x_src, int *y_src) in xf86_crtc_rotate_coord() argument 91 *y_src = y_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 129 *y_src = y_dst; in xf86_crtc_rotate_coord_back()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbtrap.c | 87 int x_src, int y_src,
|