Home
last modified time | relevance | path

Searched refs:src_xscale (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c473 GLfloat src_xscale[3], src_yscale[3]; in glamor_xv_render() local
517 pixmap_priv_get_scale(src_pixmap_priv[i], &src_xscale[i], in glamor_xv_render()
586 v[i++] = t_from_x_coord_x(src_xscale[0], port_priv->src_x); in glamor_xv_render()
589 v[i++] = t_from_x_coord_x(src_xscale[0], port_priv->src_x + in glamor_xv_render()
593 v[i++] = t_from_x_coord_x(src_xscale[0], port_priv->src_x); in glamor_xv_render()
650 GLfloat src_xscale, src_yscale; in glamor_xv_render_dma() local
759 src_xscale = 1.0 / width; in glamor_xv_render_dma()
800 v[i++] = t_from_x_coord_x(src_xscale, port_priv->src_x); in glamor_xv_render_dma()
803 v[i++] = t_from_x_coord_x(src_xscale, port_priv->src_x + in glamor_xv_render_dma()
807 v[i++] = t_from_x_coord_x(src_xscale, port_priv->src_x); in glamor_xv_render_dma()
H A Dglamor_render.c1126 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()
1264 psrc_matrix, src_xscale, in glamor_composite_with_shader()