Searched refs:t_from_x_coord_x (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 40 #define t_from_x_coord_x(_xscale_, _x_) ((_x_) * (_xscale_)) macro 313 (texcoord)[0] = t_from_x_coord_x(xscale, _tx_); \ 332 (texcoord)[0] = t_from_x_coord_x(xscale, tx); \ 434 (vertices)[0] = _t0_ = t_from_x_coord_x(xscale, tx1); \ 435 (vertices)[1 * stride] = _t2_ = t_from_x_coord_x(xscale, tx2); \ 494 (vertices)[0] = t_from_x_coord_x(xscale, x1); \ 495 (vertices)[2] = t_from_x_coord_x(xscale, x2); \ 554 (pt)[0] = t_from_x_coord_x(xscale, x); \
|
| H A D | glamor_xv.c | 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() 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()
|