Searched refs:src_yscale (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 473 GLfloat src_xscale[3], src_yscale[3]; in glamor_xv_render() local 518 &src_yscale[i]); in glamor_xv_render() 587 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y); in glamor_xv_render() 591 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y); in glamor_xv_render() 594 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y + in glamor_xv_render() 650 GLfloat src_xscale, src_yscale; in glamor_xv_render_dma() local 760 src_yscale = 1.0 / ver_stride; in glamor_xv_render_dma() 801 v[i++] = t_from_x_coord_y(src_yscale, port_priv->src_y); in glamor_xv_render_dma() 805 v[i++] = t_from_x_coord_y(src_yscale, port_priv->src_y); in glamor_xv_render_dma() 808 v[i++] = t_from_x_coord_y(src_yscale, port_priv->src_y + in glamor_xv_render_dma()
|
| H A D | glamor_render.c | 1126 GLfloat mask_xscale = 1, mask_yscale = 1, src_xscale = 1, src_yscale = 1; in glamor_composite_with_shader() local 1179 pixmap_priv_get_scale(source_pixmap_priv, &src_xscale, &src_yscale); in glamor_composite_with_shader() 1265 src_yscale, x_source, in glamor_composite_with_shader()
|