Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h41 #define t_from_x_coord_y(_yscale_, _y_) ((_y_) * (_yscale_)) macro
314 (texcoord)[1] = t_from_x_coord_y(yscale, _ty_); \
333 (texcoord)[1] = t_from_x_coord_y(yscale, ty); \
438 (vertices)[1] = _t1_ = t_from_x_coord_y(yscale, ty1); \
439 (vertices)[2 * stride + 1] = _t5_ = t_from_x_coord_y(yscale, ty2); \
498 (vertices)[1] = t_from_x_coord_y(yscale, y1); \
499 (vertices)[7] = t_from_x_coord_y(yscale, y2); \
555 (pt)[1] = t_from_x_coord_y(yscale, y); \
H A Dglamor_xv.c587 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()
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()