| /xsrc/external/mit/ctwm/dist/ |
| win_ops.c | 325 int xl, xr, yt, yb, xinnerl, xinnerr, yinnert, yinnerb; local 343 yb = lasty + lastHeight - 1; \ 347 yinnerb = yb - lastBW; \ 358 r->y1 = yb; \ 360 r->y2 = yb; \ 366 r->y2 = yb; \ 372 r->y2 = yb; \
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_accelfuncs.c | 257 int xb, int yb, 267 xb, yb, 1, 275 OUT_ACCEL_REG(RADEON_DST_LINE_END, (yb << 16) | xb); 387 int xb, int yb, 398 int deltay = abs(ya - yb); 408 FUNC_NAME(RADEONDashedLastPel)(pScrn, xb, yb, info->accel_state->dash_fg); 410 FUNC_NAME(RADEONDashedLastPel)(pScrn, xb, yb, info->accel_state->dash_bg); 419 OUT_ACCEL_REG(RADEON_DST_LINE_END, (yb << 16) | xb); 498 int xb, int yb, 505 if (info->accel_state->ydir < 0) ya += h - 1, yb += h - 1 [all...] |
| radeon_video.c | 253 INT32 *yb, 280 ret = xf86XVClipVideoHelper(dst, xa, xb, ya, yb, 298 INT32 *yb, 305 dst, xa, xb, ya, yb, 309 dst, xa, xb, ya, yb, 2909 INT32 xa, xb, ya, yb; local 2944 yb = src_y + src_h; 2952 &dstBox, &xa, &xb, &ya, &yb, 3067 nlines = ((yb + 0xffff) >> 16) - top; 3096 nlines = ((yb + 0xffff) >> 16) - top 3360 INT32 xa, ya, xb, yb; local 3470 INT32 xa, xb, ya, yb, top; local [all...] |
| radeon_dri.c | 434 int xb, int yb, 446 if (ya < yb) ydir = -1, ystart = h-1, yend = 0; 454 WRITE_DEPTH16(xb+x, yb+y, d); 463 WRITE_DEPTHSTENCIL32(xb+x, yb+y, d); 2060 int ya = max(pbox->y1, 0), yb = min(pbox->y2, pScrn->virtualY-1); local 2062 if (xa <= xb && ya <= yb) { 2065 RADEONCopyCP(pPix, xa, ya, xa, ya, xb - xa + 1, yb - ya + 1); 2075 yb - ya + 1);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| nv_video.c | 1010 INT32 xa, xb, ya, yb; local 1046 yb = src_y + src_h; 1053 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb, clipBoxes, 1130 bottom = (yb + 0x0001ffff) >> 16; 1186 xa, ya, xb, yb, 1191 xa, ya, xb, yb, 1434 INT32 xa, xb, ya, yb; local 1448 yb = src_y + src_h; 1455 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb, clipBoxes, 1469 surface->pitches[0], &dstBox, xa, ya, xb, yb, [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| util.c | 96 int xl, xr, yt, yb, xinnerl, xinnerr, yinnert, yinnerb; local 113 yb = lasty + lastHeight - 1; \ 117 yinnerb = yb - lastBW; \ 128 r->y1 = (short)(yb); \ 130 r->y2 = (short)(yb); \ 136 r->y2 = (short)(yb); \ 142 r->y2 = (short)(yb); \
|
| menus.c | 1690 int yb = yt + h; local 1699 if (yb > Scr->MyDisplayHeight) 1730 int yb = yt + h; local 1739 if (yb > Scr->MyDisplayHeight)
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nouveau_xv.c | 775 INT32 *ya, INT32 *yb, short *src_x, short *src_y, 814 *yb = *src_y + *src_h; 842 if (!xf86XVClipVideoHelper(dstBox, xa, xb, ya, yb, clipBoxes, 872 *bottom = (*yb) >> 16; 1135 INT32 xa = 0, xb = 0, ya = 0, yb = 0; local 1166 if (NV_set_dimensions(pScrn, action_flags, &xa, &xb, &ya, &yb, 1437 xb, yb, npixels, nlines, 1443 0, 0, xb, yb, 1457 xb, yb, npixels, nlines, 1465 xb, yb, npixels, nlines 1690 INT32 xa, xb, ya, yb; local [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_video.c | 850 INT32 xa, xb, ya, yb; local 897 yb = src_y + src_h; 904 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb, 978 nlines = ((((yb + 0xffff) >> 16) + 1) & ~1) - top; 994 nlines = ((yb + 0xffff) >> 16) - top;
|
| r128_dri.c | 1157 int ya = max(pbox->y1, 0), yb = min(pbox->y2, pScrn->virtualY-1); local 1159 if (xa <= xb && ya <= yb) { 1162 (*info->ExaDriver->Copy)(pPix, xa, ya, xa, ya, xb - xa + 1, yb - ya + 1);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_surface_meta_address_test.c | 82 unsigned yb = y >> meta_block_height_log2; local 85 unsigned blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; 159 unsigned yb = y >> meta_block_height_log2; local 161 unsigned blkIndex = (yb * pb) + xb;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86xv.h | 213 INT32 *yb, RegionPtr reg, INT32 width, INT32 height);
|
| xf86xv.c | 1782 INT32 *yb, RegionPtr reg, INT32 width, INT32 height) 1791 ysw = (*yb - *ya) << 16; 1797 *yb <<= 16; 1817 *yb -= (diff * ysw) / ydw; 1839 delta = *yb - (height << 16); 1843 *yb -= (diff * ysw) / ydw; 1845 if (*ya >= *yb)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86xv.h | 256 INT32 *yb,
|
| xf86xv.c | 2013 INT32 *yb, 2025 ysw = (*yb - *ya) << 16; 2029 *ya <<= 16; *yb <<= 16; 2049 *yb -= (diff * ysw) / ydw; 2070 delta = *yb - (height << 16); 2074 *yb -= (diff * ysw) / ydw; 2076 if (*ya >= *yb) return FALSE;
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfx_video.c | 895 INT32 xa, xb, ya, yb; local 926 yb = src_y + src_h; 933 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb, 1000 nlines = ((((yb + 0xffff) >> 16) + 1) & ~1) - top; 1011 nlines = ((yb + 0xffff) >> 16) - top;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fb.h | 538 int xa, int ya, int xb, int yb, 543 int xa, int ya, int xb, int yb,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fb.h | 542 int xa, int ya, int xb, int yb, 547 int xa, int ya, int xb, int yb,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| gfx10addrlib.cpp | 624 const UINT_32 yb = pIn->y / output.metaBlkHeight; local 626 const UINT_32 blkIndex = (yb * pb) + xb; 693 const UINT_32 yb = pIn->y / output.metaBlkHeight; local 695 const UINT_32 blkIndex = (yb * pb) + xb; 832 const UINT_32 yb = pIn->y / pIn->metaBlkHeight; local 834 const UINT_32 blkIndex = (yb * pb) + xb; 4377 const UINT_32 yb = pIn->y / localOut.blockHeight; 4379 const UINT_32 blockIndex = yb * pb + xb; 4453 const UINT_32 yb = pIn->y / localOut.blockHeight; 4455 const UINT_64 blkIdx = yb * pb + xb [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86Crtc.h | 951 INT32 *yb,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| gfx9addrlib.cpp | 886 UINT_32 yb = pIn->y / output.metaBlkHeight; local 891 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; 963 UINT_32 yb = pIn->y / output.metaBlkHeight; local 968 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; 1127 UINT_32 yb = pIn->y / pIn->metaBlkHeight; local 1132 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; 5091 UINT_32 yb = pIn->y / localOut.blockHeight + mipStartPos.h; 5097 UINT_64 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| gfx9addrlib.cpp | 798 UINT_32 yb = pIn->y / output.metaBlkHeight; local 803 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; 873 UINT_32 yb = pIn->y / output.metaBlkHeight; local 878 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; 1028 UINT_32 yb = pIn->y / output.metaBlkHeight; local 1033 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; 4785 UINT_32 yb = pIn->y / localOut.blockHeight + mipStartPos.h; 4791 UINT_64 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaa.h | 322 int xa, int ya, int xb, int yb, int flags 351 int xa, int ya, int xb, int yb, int flags, int phase
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| savage_video.c | 775 double k, yb, dk1, dk2, dk3, dk4, dk5, dk6, dk7, dkb; local 787 yb = 0.0; 790 yb = 14.0; 833 dkb = 128 * (brightness - (k * pPriv->contrast * yb / 10000.0) + 0.5);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86Crtc.h | 1123 INT32 *yb,
|