Home
last modified time | relevance | path

Searched refs:y_source (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1232 INT16 y_source; in glamor_composite_with_shader() local
1243 y_source = rects->y_src + source_y_off; in glamor_composite_with_shader()
1251 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1266 y_source, x_source + width, in glamor_composite_with_shader()
1267 y_source + height, in glamor_composite_with_shader()
1330 int y_source, int width, int height) in glamor_convert_gradient_picture() argument
1350 y_source, width, in glamor_convert_gradient_picture()
1356 y_source, width, in glamor_convert_gradient_picture()
1382 fbComposite(PictOpSrc, source, NULL, dst, x_source, y_source, in glamor_convert_gradient_picture()
1397 int y_source, in glamor_composite_clipped_region() argument
[all …]
H A Dglamor_gradient.c638 int x_source, int y_source, in _glamor_gradient_set_pixmap_destination() argument
659 *xscale, *yscale, x_source, y_source, in _glamor_gradient_set_pixmap_destination()
674 x_source, y_source, in _glamor_gradient_set_pixmap_destination()
680 y_source), in _glamor_gradient_set_pixmap_destination()
684 glamor_set_tcoords_tri_strip(x_source, y_source, in _glamor_gradient_set_pixmap_destination()
688 y_source, in _glamor_gradient_set_pixmap_destination()
798 int x_source, int y_source, in glamor_generate_radial_gradient_picture() argument
961 (screen, glamor_priv, dst_picture, &xscale, &yscale, x_source, y_source, in glamor_generate_radial_gradient_picture()
1106 int x_source, int y_source, in glamor_generate_linear_gradient_picture() argument
1279 (screen, glamor_priv, dst_picture, &xscale, &yscale, x_source, y_source, in glamor_generate_linear_gradient_picture()
H A Dglamor_largepixmap.c1031 INT16 y_source, in glamor_composite_largepixmap_region() argument
1190 x_source - x_dest, y_source - y_dest); in glamor_composite_largepixmap_region()
1206 y_source - y_dest, in glamor_composite_largepixmap_region()
1236 -x_source + x_mask, -y_source + y_mask); in glamor_composite_largepixmap_region()
1278 y_mask - y_source, mask_repeat_type, 0, 0); in glamor_composite_largepixmap_region()
1300 x_source, y_source, x_mask, y_mask, \ in glamor_composite_largepixmap_region()
1339 y_dest - y_source + in glamor_composite_largepixmap_region()
1359 -y_source + y_dest + in glamor_composite_largepixmap_region()
H A Dglamor_priv.h638 int y_source,
666 int x_source, int y_source,
671 int x_source, int y_source,
728 INT16 y_source,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Divtv.h53 void *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT, member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Divtv.h53 void *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT, member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Divtv.h53 void __user *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT, member
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-yuv.c61 ivtv_udma_get_page_info (&y_dma, (unsigned long)args->y_source, 720 * y_decode_height); in ivtv_yuv_prep_user_dma()
1112 dma_args.y_source = NULL; in ivtv_yuv_setup_stream_frame()
1139 dma_args.y_source = src; in ivtv_yuv_udma_stream_frame()
H A Divtv-ioctl.c1651 if (itv->output_mode == OUT_UDMA_YUV && args->y_source == NULL) in ivtv_decoder_ioctls()
1662 if (args->y_source == NULL) in ivtv_decoder_ioctls()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44156 INT16 y_source,
44182 x_source,y_source Unclipped source-relative operation coordinate
44201 y_source_clipped = y_source + y_off_clipped;
44206 y_mask_clipped = y_source + y_off_clipped;
44216 extent->y1 + y_source - y_dest,
44236 y_temp_src = y_source - y_source_clipped;
44239 x_source/y_source because all we're doing is clipping. This means that
44258 extent->y1 + y_source - y_dest - dest->pDrawable->y,
53992 Fix the problem of x_source and y_source causing radial error
53994 The x_source and y_source cause some problem in
[all …]