HomeSort by: relevance | last modified time | path
    Searched refs:t_from_x_coord_y (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.h 41 #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); \
glamor_xv.c 564 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y);
568 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y);
571 v[i++] = t_from_x_coord_y(src_yscale[0], port_priv->src_y +

Completed in 6 milliseconds