Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h218 ty1, tx2, ty2, \ argument
241 ty2 = ty1 - ((_y2_) - (_y1_)); \
244 ty2 = ty1 + ((_y2_) - (_y1_)); \
250 ty2 = ty1 + ((_y2_) - (_y1_)); \
275 ty1, tx2, ty2, _x1_, _y1_, _x2_, \ argument
293 _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, ty1, tx2, ty2, \
341 tx1, ty1, tx2, ty2, \ argument
350 texcoords + 2 * stride, tx2, ty2); \
352 texcoords + 3 * stride, tx1, ty2); \
371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1279 int i, j, tx1, tx2, ty1, ty2; in msUpdatePacked() local
1284 ty2 = (extents->y2 + TILE - 1) / TILE; in msUpdatePacked()
1286 nrects = (tx2 - tx1) * (ty2 - ty1); in msUpdatePacked()
1291 for (j = ty2 - 1; j >= ty1; j--) { in msUpdatePacked()