Searched refs:yb (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c325 int xl, xr, yt, yb, xinnerl, xinnerr, yinnert, yinnerb; local in function:MoveOutline
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/
H A Dradeon_accelfuncs.c257 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
[all...]
H A Dradeon_video.c253 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,
2907 INT32 xa, xb, ya, yb; local in function:RADEONPutImage
2942 yb = src_y + src_h;
2950 &dstBox, &xa, &xb, &ya, &yb,
3065 nlines = ((yb + 0xffff) >> 16) - top;
3094 nlines = ((yb
246 radeon_crtc_clip_video_helper(ScrnInfoPtr pScrn,xf86CrtcPtr * crtc_ret,xf86CrtcPtr desired_crtc,BoxPtr dst,INT32 * xa,INT32 * xb,INT32 * ya,INT32 * yb,RegionPtr reg,INT32 width,INT32 height) argument
291 radeon_crtc_clip_video(ScrnInfoPtr pScrn,xf86CrtcPtr * crtc_ret,xf86CrtcPtr desired_crtc,BoxPtr dst,INT32 * xa,INT32 * xb,INT32 * ya,INT32 * yb,RegionPtr reg,INT32 width,INT32 height) argument
3358 INT32 xa, ya, xb, yb; local in function:RADEONDisplaySurface
3468 INT32 xa, xb, ya, yb, top; local in function:RADEONPutVideo
[all...]
H A Dradeon_dri.c434 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 in function:RADEONDRIRefreshArea
2062 if (xa <= xb && ya <= yb) {
2065 RADEONCopyCP(pPix, xa, ya, xa, ya, xb - xa + 1, yb - ya + 1);
2075 yb - ya + 1);
432 RADEONScreenToScreenCopyDepth(ScrnInfoPtr pScrn,int xa,int ya,int xb,int yb,int w,int h) argument
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c1010 INT32 xa, xb, ya, yb; local in function:NVPutImage
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 in function:NVDisplaySurface
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/
H A Dutil.c96 int xl, xr, yt, yb, xinnerl, xinnerr, yinnert, yinnerb; local in function:MoveOutline
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); \
H A Dmenus.c1690 int yb = yt + h; local in function:ExecuteFunction
1699 if (yb > Scr->MyDisplayHeight)
1730 int yb = yt + h; local in function:ExecuteFunction
1739 if (yb > Scr->MyDisplayHeight)
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c775 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 in function:NVPutImage
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, npixel
774 NV_set_dimensions(ScrnInfoPtr pScrn,int action_flags,INT32 * xa,INT32 * xb,INT32 * ya,INT32 * yb,short * src_x,short * src_y,short * src_w,short * src_h,short * drw_x,short * drw_y,short * drw_w,short * drw_h,int * left,int * top,int * right,int * bottom,BoxRec * dstBox,int * npixels,int * nlines,RegionPtr clipBoxes,short width,short height) argument
1690 INT32 xa, xb, ya, yb; local in function:NVDisplaySurface
[all...]
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_video.c856 INT32 xa, xb, ya, yb; local in function:R128PutImage
903 yb = src_y + src_h;
910 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb,
984 nlines = ((((yb + 0xffff) >> 16) + 1) & ~1) - top;
1000 nlines = ((yb + 0xffff) >> 16) - top;
H A Dr128_accel.c595 int xb, int yb,
602 if (info->ydir < 0) ya += h - 1, yb += h - 1;
606 OUTREG(R128_DST_Y_X, (yb << 16) | xb);
1199 int xb, int yb,
1208 if (info->ydir < 0) ya += h - 1, yb += h - 1;
1213 OUT_RING_REG( R128_DST_Y_X, (yb << 16) | xb );
593 R128SubsequentScreenToScreenCopy(ScrnInfoPtr pScrn,int xa,int ya,int xb,int yb,int w,int h) argument
1197 R128CCESubsequentScreenToScreenCopy(ScrnInfoPtr pScrn,int xa,int ya,int xb,int yb,int w,int h) argument
H A Dr128_dri.c1217 int ya = max(pbox->y1, 0), yb = min(pbox->y2, pScrn->virtualY-1); local in function:R128DRIRefreshArea
1219 if (xa <= xb && ya <= yb) {
1226 yb - ya + 1);
1231 (*info->ExaDriver->Copy)(pPix, xa, ya, xa, ya, xb - xa + 1, yb - ya + 1);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_meta_address_test.c82 unsigned yb = y >> meta_block_height_log2; local in function:gfx9_meta_addr_from_coord
85 unsigned blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
159 unsigned yb = y >> meta_block_height_log2; local in function:gfx10_meta_addr_from_coord
161 unsigned blkIndex = (yb * pb) + xb;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.h256 INT32 *yb,
H A Dxf86xv.c2013 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;
2008 xf86XVClipVideoHelper(BoxPtr dst,INT32 * xa,INT32 * xb,INT32 * ya,INT32 * yb,RegionPtr reg,INT32 width,INT32 height) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.h213 INT32 *yb, RegionPtr reg, INT32 width, INT32 height);
H A Dxf86xv.c1782 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)
1778 xf86XVClipVideoHelper(BoxPtr dst,INT32 * xa,INT32 * xb,INT32 * ya,INT32 * yb,RegionPtr reg,INT32 width,INT32 height) argument
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c895 INT32 xa, xb, ya, yb; local in function:TDFXPutImageOverlay
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/
H A Dfb.h538 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/
H A Dfb.h542 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/
H A Dgfx10addrlib.cpp624 const UINT_32 yb = pIn->y / output.metaBlkHeight; local in function:Addr::V2::Gfx10Lib::HwlComputeCmaskAddrFromCoord
626 const UINT_32 blkIndex = (yb * pb) + xb;
693 const UINT_32 yb = pIn->y / output.metaBlkHeight; local in function:Addr::V2::Gfx10Lib::HwlComputeHtileAddrFromCoord
695 const UINT_32 blkIndex = (yb * pb) + xb;
832 const UINT_32 yb = pIn->y / pIn->metaBlkHeight; local in function:Addr::V2::Gfx10Lib::HwlComputeDccAddrFromCoord
834 const UINT_32 blkIndex = (yb * pb) + xb;
4377 const UINT_32 yb = pIn->y / localOut.blockHeight; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMicroTiled
4379 const UINT_32 blockIndex = yb * pb + xb;
4453 const UINT_32 yb = pIn->y / localOut.blockHeight; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMacroTiled
4455 const UINT_64 blkIdx = yb * p
4493 const UINT_32 yb = pIn->y / localOut.blockHeight; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMacroTiled
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.h951 INT32 *yb,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp798 UINT_32 yb = pIn->y / output.metaBlkHeight; local in function:Addr::V2::Gfx9Lib::HwlComputeCmaskAddrFromCoord
803 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
873 UINT_32 yb = pIn->y / output.metaBlkHeight; local in function:Addr::V2::Gfx9Lib::HwlComputeHtileAddrFromCoord
878 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
1028 UINT_32 yb = pIn->y / output.metaBlkHeight; local in function:Addr::V2::Gfx9Lib::HwlComputeDccAddrFromCoord
1033 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
4785 UINT_32 yb = pIn->y / localOut.blockHeight + mipStartPos.h; local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceAddrFromCoordTiled
4791 UINT_64 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp886 UINT_32 yb = pIn->y / output.metaBlkHeight; local in function:Addr::V2::Gfx9Lib::HwlComputeCmaskAddrFromCoord
891 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
963 UINT_32 yb = pIn->y / output.metaBlkHeight; local in function:Addr::V2::Gfx9Lib::HwlComputeHtileAddrFromCoord
968 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
1127 UINT_32 yb = pIn->y / pIn->metaBlkHeight; local in function:Addr::V2::Gfx9Lib::HwlComputeDccAddrFromCoord
1132 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
5091 UINT_32 yb = pIn->y / localOut.blockHeight + mipStartPos.h; local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceAddrFromCoordTiled
5097 UINT_64 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A Dxaa.h322 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/
H A Dsavage_video.c775 double k, yb, dk1, dk2, dk3, dk4, dk5, dk6, dk7, dkb; local in function:SavageSetColor2000
787 yb = 0.0;
790 yb = 14.0;
833 dkb = 128 * (brightness - (k * pPriv->contrast * yb / 10000.0) + 0.5);

Completed in 64 milliseconds

12