Searched refs:pGeode (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_memory.c48 GeodeOffscreenFreeSize(GeodeRec * pGeode) argument
50 GeodeMemPtr ptr = pGeode->offscreenList;
53 return pGeode->offscreenSize;
56 return (pGeode->offscreenStart + pGeode->offscreenSize)
61 GeodeFreeOffscreen(GeodeRec * pGeode, GeodeMemPtr ptr) argument
70 pGeode->offscreenList = ptr->next;
86 GeodeAllocRemainder(GeodeRec * pGeode) argument
88 GeodeMemPtr nptr, ptr = pGeode->offscreenList;
90 if (!pGeode
119 GeodeAllocOffscreen(GeodeRec * pGeode,int size,int align) argument
182 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXInitOffscreen
309 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GeodeCloseOffscreen
[all...]
H A Dgx_driver.c103 GeodePtr pGeode = GEODEPTR(pScrni); local in function:GXInitEXAMemory
105 if (pGeode->exaBfrSz > 0 && pGeode->exaBfrSz <= *avail) {
106 pGeode->exaBfrOffset = *offset;
107 *offset += pGeode->exaBfrOffset;
108 *avail -= pGeode->exaBfrOffset;
115 GeodePtr pGeode = GEODEPTR(pScrni); local in function:GXInitXAAMemory
121 if (pGeode->NoOfImgBuffers > 0) {
122 size = pGeode->displayPitch * pGeode
163 GeodePtr pGeode = GEODEPTR(pScrni); local in function:GXAllocateMemory
315 GeodePtr pGeode = GEODEPTR(pScrni); local in function:GXSaveScreen
356 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXMapMem
447 GeodePtr pGeode; local in function:GXPreInit
770 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXRestore
784 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXUnmapMem
832 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXAdjustFrame
843 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetVideoMode
923 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSwitchMode
959 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXLeaveGraphics
1014 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXCloseScreen
1057 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXEnterGraphics
1186 GeodeRec *pGeode; local in function:GXDPMSSet
1245 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXCreateScreenResources
1283 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXScreenInit
1483 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXValidMode
1541 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXLeaveVT
1570 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GeodePointerMoved
1616 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GeodeFreeScreen
[all...]
H A Dgeode_dcon.c121 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:dcon_init
123 pGeode->mm_width = 0;
124 pGeode->mm_height = 0;
131 pGeode->panelMode = xnfcalloc(1, sizeof(DisplayModeRec));
132 if (pGeode->panelMode == NULL)
137 pGeode->panelMode->type = M_T_DRIVER | M_T_PREFERRED;
138 pGeode->panelMode->Clock = 57275;
139 pGeode->panelMode->HDisplay = 1200;
140 pGeode->panelMode->HSyncStart = 1208;
141 pGeode
[all...]
H A Dgx_rotate.c41 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXWindowLinear
43 *size = pGeode->displayPitch;
45 return (pGeode->FBBase + pGeode->displayOffset) +
46 row * pGeode->displayPitch + offset;
53 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXUpdate
54 int rotate = pGeode->rotation;
94 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXRotate
95 Rotation curr = pGeode->rotation;
101 pGeode
[all...]
H A Dgx_cursor.c73 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXHWCursorInit
80 pGeode->CursorInfo = infoPtr;
140 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetCursorPosition
149 switch (pGeode->rotation) {
152 pGeode->rotation);
184 gfx_set_cursor_position(pGeode->CursorStartOffset, newX + 31, newY + 31,
188 if ((pGeode->OverlayON) && (pGeode->Panel)) {
189 pGeode->PrevDisplayOffset = gfx_get_display_offset();
190 if (pGeode
221 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXLoadCursorImage
337 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXUseHWCursor
[all...]
H A Dlx_driver.c85 GeodePtr pGeode = GEODEPTR(pScrni); local in function:LXSaveScreen
87 if (pGeode->useVGA && !pScrni->vtSema)
149 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXCalcPitch
151 if (pGeode->tryCompression)
188 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXMapMem
192 pciVideoPtr pci = xf86GetPciInfoForEntity(pGeode->pEnt->index);
217 pGeode->FBAvail +
225 map_pci_mem(pScrni, 1, pci, 0, pGeode->FBAvail + CIM_CMD_BFR_SZ);
231 cmd_bfr_phys = PCI_REGION_BASE(pci, 0, REGION_MEM) + pGeode->CmdBfrOffset;
232 cim_cmd_base_ptr = cim_fb_ptr + pGeode
310 GeodePtr pGeode; local in function:LXPreInit
616 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXRestore
659 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXAdjustFrame
673 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXSwitchMode
682 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXLeaveGraphics
725 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXCloseScreen
757 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXEnterGraphics
847 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXScreenInit
1030 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXLeaveVT
[all...]
H A Dlx_cursor.c52 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXLoadARGBCursorImage
54 vg_set_color_cursor_shape(pGeode->CursorStartOffset, src,
H A Dlx_output.c54 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_create_resources
58 if (!(pGeode->Output & OUTPUT_PANEL))
86 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_output_set_property
87 Bool scale = pGeode->Scale;
100 pGeode->Scale = TRUE;
102 pGeode->Scale = FALSE;
104 if (pGeode->Scale != scale && output->crtc) {
116 pGeode->Scale = scale;
159 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_output_mode_valid
162 if (pGeode
203 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_output_mode_set
227 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_output_get_modes
286 GeodePtr pGeode = GEODEPTR(pScrni); local in function:LXSetupOutput
[all...]
H A Dlx_display.c47 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_enable_dac_power
53 if (option && (!(pGeode->Output & OUTPUT_CRT))) {
60 if (pGeode->Output & OUTPUT_PANEL)
67 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_disable_dac_power
69 if (pGeode->Output & OUTPUT_PANEL)
72 if (pGeode->Output & OUTPUT_CRT) {
76 if (pGeode->Output & OUTPUT_PANEL)
164 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_set_mode
170 mode.flags |= pGeode->Output & OUTPUT_CRT ? VG_MODEFLAG_CRT_AND_FP : 0;
172 if (pGeode
197 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_crtc_dpms
268 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_crtc_mode_set
315 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_crtc_commit
433 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXAllocShadow
458 GeodePtr pGeode = GEODEPTR(pScrni); local in function:lx_crtc_shadow_allocate
506 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:lx_crtc_shadow_destroy
[all...]
H A Dgx_accel.c80 ((unsigned char *)pGeode->FBBase + CALC_FBOFFSET(x, y))
324 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetupForColor8x8PatternFill
334 gfx2_set_source_stride(pGeode->Pitch);
335 gfx2_set_destination_stride(pGeode->Pitch);
506 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetupForScreenToScreenCopy
516 gfx2_set_source_stride(pGeode->Pitch);
517 gfx2_set_destination_stride(pGeode->Pitch);
578 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSubsequentScreenToScreenCopy
592 int n = (h - 1) * pGeode->Pitch;
636 GeodeRec *pGeode local in function:GXSetupForScanlineImageWrite
705 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSubsequentImageWriteScanline
774 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetupForScanlineCPUToScreenColorExpandFill
867 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSubsequentColorExpandScanline
960 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetupForScreenToScreenColorExpandFill
1446 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXWritePixmap
1494 GeodeRec *pGeode = GEODEPTR_FROM_PIXMAP(pDst); local in function:amd_gx_exa_UploadToScreen
1510 GeodeRec *pGeode = GEODEPTR_FROM_PIXMAP(pSrc); local in function:amd_gx_exa_DownloadFromScreen
1569 GeodeRec *pGeode = GEODEPTR_FROM_PIXMAP(pxDst); local in function:amd_gx_exa_PrepareCopy
1604 GeodeRec *pGeode = GEODEPTR_FROM_PIXMAP(pxDst); local in function:amd_gx_exa_Copy
1722 GeodeRec *pGeode = GEODEPTR_FROM_PICTURE(pDst); local in function:amd_gx_exa_CheckComposite
1749 GeodeRec *pGeode = GEODEPTR_FROM_PIXMAP(pxDst); local in function:amd_gx_exa_PrepareComposite
1786 GeodeRec *pGeode = GEODEPTR_FROM_PIXMAP(pxDst); local in function:amd_gx_exa_Composite
1913 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXAccelInit
[all...]
H A Dgx_video.c168 GeodeRec *pGeode; local in function:GXInitVideo
171 pGeode = GEODEPTR(pScrni);
173 if (!pGeode->NoAccel) {
348 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXResetVideo
350 if (!pGeode->NoAccel) {
351 GeodePortPrivRec *pPriv = pGeode->adaptor->pPortPrivates[0].ptr;
377 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetupImageVideo
427 pGeode->adaptor = adapt;
429 pGeode->BlockHandler = pScrn->BlockHandler;
464 GeodeRec *pGeode local in function:GXStopVideo
707 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXAllocateMemory
806 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXSetVideoPosition
904 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXDisplayVideo
1048 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXPutImage
1329 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:GXBlockHandler
[all...]
H A Dlx_video.c122 LXCopyFromSys(GeodeRec * pGeode, unsigned char *src, unsigned int dst, argument
180 this to structures? I hate to put it in pGeode since it will increase the size of
220 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXCopyPlanar
274 LXCopyFromSys(pGeode, buf + YSrcOffset,
280 LXCopyFromSys(pGeode, buf + USrcOffset,
299 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXCopyPacked
307 lines = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
338 GeodeCopyGreyscale(buf + srcOffset, pGeode->FBBase + dstOffset,
343 LXCopyFromSys(pGeode, bu
472 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXPutImage
633 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXResetVideo
650 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXVidBlockHandler
693 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXSetupImageVideo
818 GeodeRec *pGeode = GEODEPTR(pScrni); local in function:LXAllocateSurface
953 GeodeRec *pGeode; local in function:LXInitVideo
[all...]
H A Dgeode.h476 GeodeMemPtr GeodeAllocOffscreen(GeodeRec * pGeode, int size, int align);
477 void GeodeFreeOffscreen(GeodeRec * pGeode, GeodeMemPtr ptr);
480 unsigned int GeodeOffscreenFreeSize(GeodeRec * pGeode);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_driver.c457 GeodePtr pGeode; local in function:GX1PreInit
470 if (!(pGeode = GX1GetRec(pScreenInfo)))
475 pGeode->pEnt = xf86GetEntityInfo(pScreenInfo->entityList[i]);
476 if (pGeode->pEnt->resources)
478 pGeode->Chipset = pGeode->pEnt->chipset;
480 pGeode->pEnt->chipset);
484 GX1ProbeDDC(pScreenInfo, pGeode->pEnt->index);
488 pGeode->FBVGAActive = 0; /* KFB will Knock of VGA */
505 pGeode
1062 GeodePtr pGeode; local in function:GX1RestoreEx
1187 GeodePtr pGeode; local in function:GX1SetMode
1317 GeodePtr pGeode; local in function:GX1EnterGraphics
1477 GeodePtr pGeode; local in function:GX1LeaveGraphics
1630 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1CloseScreen
1677 GeodePtr pGeode; local in function:GX1DPMSSet
1767 GeodePtr pGeode; local in function:GX1ScreenInit
2148 GeodePtr pGeode; local in function:GX1AdjustFrame
2251 GeodePtr pGeode = GX1GetRec(pScreenInfo); local in function:GX1ValidMode
2343 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1MapMem
2402 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1UnmapMem
[all...]
H A Dnsc_gx2_driver.c306 GeodePtr pGeode; local in function:GX2GetRec
308 pGeode = pScreenInfo->driverPrivate = xnfcalloc(sizeof(GeodeRec), 1);
310 pGeode->vesa = xcalloc(sizeof(VESARec), 1);
459 GeodePtr pGeode; local in function:GX2PreInit
476 if (!(pGeode = GX2GetRec(pScreenInfo)))
481 pGeode->pEnt = xf86GetEntityInfo(pScreenInfo->entityList[i]);
482 if (pGeode->pEnt->resources)
484 pGeode->Chipset = pGeode->pEnt->chipset;
486 pGeode
1021 GeodePtr pGeode; local in function:GX2Restore
1173 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2SetMode
1306 GeodePtr pGeode = GX2GetRec(pScreenInfo); local in function:GX2EnterGraphics
1487 GeodePtr pGeode = GX2GetRec(pScreenInfo); local in function:GX2LeaveGraphics
1573 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2CloseScreen
1622 GeodePtr pGeode; local in function:GX2DPMSSet
1704 GeodePtr pGeode; local in function:GX2ScreenInit
2050 GeodePtr pGeode = GX2GetRec(pScreenInfo); local in function:GX2AdjustFrame
2149 GeodePtr pGeode = GX2GetRec(pScreenInfo); local in function:GX2ValidMode
2225 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2MapMem
2298 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2UnmapMem
[all...]
H A Dnsc_gx1_cursor.c184 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1HWCursorInit
191 pGeode->CursorInfo = infoPtr;
250 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1SetCursorPosition
263 if (pGeode->TV_Overscan_On) {
264 x += pGeode->TVOx;
265 y += pGeode->TVOy;
267 GFX(set_cursor_position(pGeode->CursorStartOffset, x, y, xhot, yhot));
270 if ((pGeode->OverlayON) && (pGeode->Panel)) {
277 GX1SetVideoPosition(pGeode
309 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1LoadCursorImage
[all...]
H A Dnsc_gx1_shadow.c182 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1RefreshArea
191 src = pGeode->ShadowPtr + (pbox->y1 * pGeode->ShadowPitch) +
193 dst = pGeode->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
197 src += pGeode->ShadowPitch;
223 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1PointerMoved
226 if (pGeode->Rotate == 1) {
233 (*pGeode->PointerMoved) (index, newX, newY);
254 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1RefreshArea8
261 srcPitch = -pGeode
314 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1RefreshArea16
373 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1RefreshArea24
435 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1RefreshArea32
[all...]
H A Dnsc_gx2_shadow.c182 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2RefreshArea
191 src = pGeode->ShadowPtr + (pbox->y1 * pGeode->ShadowPitch) +
193 dst = pGeode->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
197 src += pGeode->ShadowPitch;
223 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2PointerMoved
226 if (pGeode->Rotate == 1) {
233 (*pGeode->PointerMoved) (index, newX, newY);
254 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2RefreshArea8
261 srcPitch = -pGeode
314 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2RefreshArea16
373 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2RefreshArea24
435 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2RefreshArea32
[all...]
H A Dnsc_gx1_dga.c206 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1DGAInit
259 currentMode->address = pGeode->FBBase;
290 pGeode->numDGAModes = num;
291 pGeode->DGAModes = modes;
315 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1_SetMode
324 pGeode->DGAactive = FALSE;
326 if (!pGeode->DGAactive) { /* save the old parameters */
328 pGeode->DGAactive = TRUE;
335 if (pGeode->HWCursor) {
337 Gal_set_compression_enable(((pGeode
368 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1_GetViewport
392 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1_SetViewport
421 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1_FillRect
455 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1_BlitRect
494 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1_OpenFramebuffer
[all...]
H A Dnsc_gx2_cursor.c185 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2HWCursorInit
192 pGeode->CursorInfo = infoPtr;
251 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2SetCursorPosition
264 GFX(set_cursor_position(pGeode->CursorStartOffset, x, y, xhot, yhot));
267 if ((pGeode->OverlayON) && (pGeode->Panel)) {
274 GX2SetVideoPosition(pGeode->video_x, pGeode->video_y,
275 pGeode->video_w, pGeode
306 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2LoadCursorImage
[all...]
H A Dnsc_gx2_dga.c205 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2DGAInit
258 currentMode->address = pGeode->FBBase;
289 pGeode->numDGAModes = num;
290 pGeode->DGAModes = modes;
314 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2_SetMode
325 pGeode->DGAactive = FALSE;
327 if (!pGeode->DGAactive) { /* save the old parameters */
329 pGeode->DGAactive = TRUE;
341 if (pGeode->Compression) {
342 GFX(set_compression_enable(!pGeode
371 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2_GetViewport
395 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2_SetViewport
424 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2_FillRect
458 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2_BlitRect
497 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2_OpenFramebuffer
[all...]
H A Dnsc_gx1_accel.c379 GeodePtr pGeode; local in function:GX1SubsequentFillRectSolid
381 pGeode = GEODEPTR(pScreenInfo);
383 if (pGeode->TV_Overscan_On) {
384 x += pGeode->TVOx;
385 y += pGeode->TVOy;
456 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1Subsequent8x8PatternColorExpand
459 if (pGeode->TV_Overscan_On) {
460 x += pGeode->TVOx;
461 y += pGeode->TVOy;
467 ((unsigned long *)((pGeode
544 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1Subsequent8x8PatternMonoExpand
621 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1SubsequentScreenToScreenCopy
738 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1SubsequentImageWriteScanline
946 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX1SubsequentHorVertLine
1005 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1SubsequentScreenToScreenColorExpandFill
1102 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:OPTGX1SubsequentFillRectSolid
1242 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:OPTGX1SubsequentScreenToScreenCopy
1438 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:OPTGX1SubsequentImageWriteScanline
1663 GeodePtr pGeode; local in function:GX1AccelInit
[all...]
H A Dnsc_gx2_video.c239 GeodePtr pGeode; local in function:GX2InitVideo
246 pGeode = GEODEPTR(pScreenInfo);
418 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2ResetVideo
420 GeodePortPrivPtr pPriv = pGeode->adaptor->pPortPrivates[0].ptr;
422 if (!pGeode->NoAccel) GX2AccelSync(pScrn);
449 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2SetupImageVideo
483 pPriv->colorKey = pGeode->videoKey;
495 pGeode->adaptor = adapt;
497 pGeode->BlockHandler = pScreen->BlockHandler;
533 GeodePtr pGeode local in function:GX2StopVideo
580 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2SetPortAttribute
841 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2SetVideoPosition
940 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2DisplayVideo
1024 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2PutImage
1293 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2BlockHandler
[all...]
H A Dnsc_gx1_video.c243 GeodePtr pGeode; local in function:GX1InitVideo
251 pGeode = GEODEPTR(pScreenInfo);
416 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1ResetVideo
418 GeodePortPrivPtr pPriv = pGeode->adaptor->pPortPrivates[0].ptr;
421 if (!pGeode->NoAccel) GX1AccelSync(pScrn);
448 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1SetupImageVideo
483 pPriv->colorKey = pGeode->videoKey;
495 pGeode->adaptor = adapt;
497 pGeode->BlockHandler = pScreen->BlockHandler;
533 GeodePtr pGeode local in function:GX1StopVideo
581 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1SetPortAttribute
890 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1SetVideoPosition
1001 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1DisplayVideo
1089 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1PutImage
1348 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX1BlockHandler
[all...]
H A Dnsc_gx2_accel.c350 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2AccelSync
355 WRITE_GP32(MGP_STRIDE, (srcpitch << 16) | pGeode->Pitch);
365 pGeode->Pitch), ImgBufOffset,
518 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:GX2Subsequent8x8PatternColorExpand
526 ((unsigned long *)((pGeode->FBBase +
802 GeodePtr pGeode; local in function:GX2SubsequentImageWriteScanline
806 pGeode = GEODEPTR(pScreenInfo);
810 if ((Geodeheight <= pGeode->NoOfImgBuffers) &&
814 } else if ((Geodeheight > pGeode->NoOfImgBuffers)
815 && (GeodeCounter == pGeode
942 GeodePtr pGeode = GEODEPTR(pScrn); local in function:GX2SubsequentScreenToScreenColorExpandFill
1364 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:OPTGX2SubsequentCPUToScreenColorExpandFill
1399 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:OPTGX2SetupForFillRectSolid
1485 GeodePtr pGeode = GEODEPTR(pScreenInfo); local in function:OPTGX2SetupForScreenToScreenCopy
1703 GeodePtr pGeode; local in function:OPTGX2SubsequentImageWriteScanline
1911 GeodePtr pGeode = GEODEPTR(pScrn); local in function:OPTGX2SetupForDashedLine
2134 GeodePtr pGeode; local in function:GX2AccelInit
[all...]

Completed in 32 milliseconds

12