Searched refs:x_src (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/ |
| H A D | vkms_composer.c | 38 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 D | glamor_trapezoid.c | 79 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 D | glamor_priv.h | 141 INT16 x_src; member 659 PictFormatPtr mask_format, INT16 x_src, INT16 y_src, 858 INT16 x_src,
|
| H A D | glamor_composite_glyphs.c | 350 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 D | glamor_render.c | 1242 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 D | xf86Cursors.c | 64 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 D | fbtrap.c | 87 int x_src, int y_src,
|