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

/xsrc/external/mit/xorg-server/dist/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.c435 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y);
439 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y);
442 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y +

Completed in 4 milliseconds