Searched refs:Pitch (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_2070.c193 OUTREG(NEO2070_SRCPITCH, nAcl->Pitch);
194 OUTREG(NEO2070_DSTPITCH, nAcl->Pitch);
214 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth));
216 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth));
226 ((srcY+h-1) * nAcl->Pitch) + ((srcX+w-1) * nAcl->PixelWidth));
228 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1) * nAcl->PixelWidth));
253 OUTREG(NEO2070_SRCPITCH, nAcl->Pitch);
254 OUTREG(NEO2070_DSTPITCH, nAcl->Pitch);
268 OUTREG(NEO2070_DSTSTART, (y * nAcl->Pitch) + (x * nAcl->PixelWidth));
H A Dneo_2200.c230 nAcl->Pitch = pScrn->displayWidth * nAcl->PixelWidth;
289 OUTREG(NEOREG_PITCH, (nAcl->Pitch<<16)
290 | (nAcl->Pitch & 0xffff));
310 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth));
312 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth));
325 ((srcY+h-1) * nAcl->Pitch) + ((srcX+w-1)
328 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1)
351 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth));\
353 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth));\
357 (srcY * nAcl->Pitch)
[all...]
H A Dneo.h188 unsigned int Pitch; member in struct:__anon55ae39570408
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c334 gfx2_set_source_stride(pGeode->Pitch);
335 gfx2_set_destination_stride(pGeode->Pitch);
516 gfx2_set_source_stride(pGeode->Pitch);
517 gfx2_set_destination_stride(pGeode->Pitch);
592 int n = (h - 1) * pGeode->Pitch;
649 gfx2_set_source_stride(pGeode->Pitch);
650 gfx2_set_destination_stride(pGeode->Pitch);
721 pGeode->Pitch);
742 pGeode->Pitch);
780 srcpitch = ((pGeode->Pitch
[all...]
H A Dgx_video.c709 //long displayWidth = pGeode->Pitch / ((pScrni->bitsPerPixel + 7) / 8);
737 return (area->box.y1 * pGeode->Pitch);
740 return (area->box.y1 * pGeode->Pitch);
767 return (new_area->box.y1 * pGeode->Pitch);
822 DeltaY = startAddress / pGeode->Pitch;
823 DeltaX = startAddress & (pGeode->Pitch - 1);
1115 new_h += pGeode->Pitch - 1;
1116 new_h /= pGeode->Pitch;
1125 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
[all...]
H A Dgx_rotate.c115 pGeode->Pitch = pGeode->displayPitch;
H A Dlx_memory.c190 * pGeode->Pitch;
H A Dlx_video.c307 lines = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
830 lines = ((pitch * h) + (pGeode->Pitch - 1)) / pGeode->Pitch;
H A Dgeode.h217 int Pitch; /* display FB pitch */ member in struct:_geodeRec
H A Dlx_driver.c589 pGeode->Pitch = LXCalcPitch(pScrni);
663 offset = (y * pGeode->Pitch);
927 dwidth = pGeode->Pitch / ((pScrni->bitsPerPixel + 7) / 8);
H A Dgx_driver.c177 pGeode->Pitch = pGeode->displayPitch;
835 offset = y * pGeode->Pitch + x * (pScrni->bitsPerPixel >> 3);
894 GXSetDvLineSize(pGeode->Pitch);
H A Dlx_display.c292 vg_set_display_pitch(pGeode->Pitch);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c858 DeltaY = startAddress / pGeode->Pitch;
859 DeltaX = startAddress & (pGeode->Pitch - 1);
1087 new_h += pGeode->Pitch - 1;
1088 new_h /= pGeode->Pitch;
1097 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
1121 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch);
1125 offset += (new_h >> 1) * pGeode->Pitch;
1147 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch);
1150 offset += (new_h >> 1) * pGeode->Pitch;
[all...]
H A Dnsc_gx1_driver.c1244 GFX(set_display_pitch(pGeode->Pitch));
1802 pGeode->Pitch = GX1CalculatePitchBytes(pScreenInfo->virtualX,
1821 AvailBox.y2 = (pGeode->FBSize / pGeode->Pitch);
1835 pGeode->Pitch, pScreenInfo->displayWidth));
1845 req_offscreenmem += pGeode->Pitch - 1;
1846 req_offscreenmem /= pGeode->Pitch;
1847 pGeode->CBOffset = AvailBox.y1 * pGeode->Pitch;
1863 (AvailBox.y1 * pGeode->Pitch);
1868 pGeode->Pitch;
1962 GeodeDebug(("pGeode->Pitch (
[all...]
H A Dnsc_gx2_accel.c355 WRITE_GP32(MGP_STRIDE, (srcpitch << 16) | pGeode->Pitch);
365 pGeode->Pitch), ImgBufOffset,
947 pGeode->Pitch));
1371 WRITE_GP32(MGP_STRIDE, (((w + 31) >> 5) << 18) | pGeode->Pitch);
1404 WRITE_GP32(MGP_STRIDE, pGeode->Pitch);
1505 WRITE_GP32(MGP_STRIDE, pGeode->Pitch | (pGeode->Pitch << 16));
1964 WRITE_GP32(MGP_STRIDE, pGeode->Pitch);
2154 switch (pGeode->Pitch) {
2289 Geodesrcx = ImgBufOffset & (pGeode->Pitch
[all...]
H A Dnsc_gx2_driver.c1190 GeodeDebug(("Set display mode: %dx%d-%d (%dHz) Pitch %d\n",
1194 GX2GetRefreshRate(pMode), pGeode->Pitch));
1228 GFX(set_display_pitch(pGeode->Pitch));
1243 gx2_set_DvLineSize(pGeode->Pitch);
1734 pGeode->Pitch = GX2CalculatePitchBytes(pScreenInfo->virtualX,
1741 AvailBox.y2 = (pGeode->FBSize / pGeode->Pitch);
1755 pGeode->Pitch, pScreenInfo->displayWidth,
1765 req_offscreenmem += pGeode->Pitch - 1;
1766 req_offscreenmem /= pGeode->Pitch;
1767 pGeode->CBOffset = AvailBox.y1 * pGeode->Pitch;
[all...]
H A Dnsc.h308 int Pitch; member in struct:__anon7fec0e5a0108
H A Dnsc_gx1_accel.c1010 pGeode->Pitch));
1682 switch (pGeode->Pitch) {
1793 Geodesrcx = ImgBufOffset & (pGeode->Pitch - 1);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c245 int SrcPitch, DstPitch, Pitch, y, x; local in function:RealizeCursorInterleave0
269 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch;
285 for(x = 0; x < Pitch; x++) {
294 for(x = 0; x < Pitch; x++) {
334 for(x = 0; x < Pitch; x++) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c405 int SrcPitch, DstPitch, Pitch, y, x; local in function:RealizeCursorInterleave0
429 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch;
449 for (x = 0; x < Pitch; x++) {
460 for (x = 0; x < Pitch; x++) {
502 for (x = 0; x < Pitch; x++) {
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dtttables.h481 FT_UShort Pitch; member in struct:TT_PCLT_
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_hw.h226 U032 Pitch; member in struct:__anon5d01d9861408
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64xv.c887 int Pitch,
930 outf(BUF0_PITCH, Pitch);
935 outf(SCALER_BUF_PITCH, Pitch);
880 ATIMach64DisplayVideo(ScrnInfoPtr pScreenInfo,ATIPtr pATI,BoxPtr pDstBox,int ImageID,int Offset,int Pitch,short SrcW,short SrcH,short DstW,short DstH,short Width,short Height) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dsurface9.c503 pLockedRect->Pitch = This->desc.Width;
506 pLockedRect->Pitch = stride;
536 pLockedRect->Pitch = This->transfer->stride;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dsurface9.c509 pLockedRect->Pitch = This->desc.Width;
512 pLockedRect->Pitch = stride;
543 pLockedRect->Pitch = This->transfer->stride;

Completed in 33 milliseconds

12