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

  /xsrc/external/mit/xorg-server/dist/glamor/
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); \
glamor_xv.c 563 v[i++] = t_from_x_coord_x(src_xscale[0], port_priv->src_x);
566 v[i++] = t_from_x_coord_x(src_xscale[0], port_priv->src_x +
570 v[i++] = t_from_x_coord_x(src_xscale[0], port_priv->src_x);

Completed in 6 milliseconds