OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pScrni
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/xf86-video-geode/dist/src/
gx_rotate.c
40
ScrnInfoPtr
pScrni
= xf86ScreenToScrn(pScreen);
41
GeodeRec *pGeode = GEODEPTR(
pScrni
);
52
ScrnInfoPtr
pScrni
= xf86ScreenToScrn(pScreen);
53
GeodeRec *pGeode = GEODEPTR(
pScrni
);
59
if (
pScrni
->bitsPerPixel == 8)
61
else if (
pScrni
->bitsPerPixel == 16)
70
if (
pScrni
->bitsPerPixel == 8)
72
else if (
pScrni
->bitsPerPixel == 16)
80
if (
pScrni
->bitsPerPixel == 8)
82
else if (
pScrni
->bitsPerPixel == 16
[
all
...]
gx_cursor.c
46
static void GXSetCursorColors(ScrnInfoPtr
pScrni
, int bg, int fg);
47
static void GXSetCursorPosition(ScrnInfoPtr
pScrni
, int x, int y);
72
ScrnInfoPtr
pScrni
= xf86ScreenToScrn(pScrn);
73
GeodeRec *pGeode = GEODEPTR(
pScrni
);
116
GXSetCursorColors(ScrnInfoPtr
pScrni
, int bg, int fg)
137
GXSetCursorPosition(ScrnInfoPtr
pScrni
, int x, int y)
140
GeodeRec *pGeode = GEODEPTR(
pScrni
);
146
savex = x +
pScrni
->frameX0;
147
savey = y +
pScrni
->frameY0;
160
newY =
pScrni
->pScreen->width - savex
[
all
...]
lx_output.c
53
ScrnInfoPtr
pScrni
= output->scrn;
54
GeodeRec *pGeode = GEODEPTR(
pScrni
);
66
xf86DrvMsg(
pScrni
->scrnIndex, X_ERROR,
76
xf86DrvMsg(
pScrni
->scrnIndex, X_ERROR,
85
ScrnInfoPtr
pScrni
= output->scrn;
86
GeodeRec *pGeode = GEODEPTR(
pScrni
);
113
xf86DrvMsg(
pScrni
->scrnIndex, X_ERROR,
158
ScrnInfoPtr
pScrni
= output->scrn;
159
GeodeRec *pGeode = GEODEPTR(
pScrni
);
173
pScrni
->bitsPerPixel) != -1)
[
all
...]
geode_driver.c
432
void (*drvr_setup) (ScrnInfoPtr
pScrni
) = NULL;
468
ScrnInfoPtr
pScrni
= NULL;
472
pScrni
= xf86ConfigPciEntity(
pScrni
, 0, usedChips[i],
504
pScrni
->driverName = GEODE_DRIVER_NAME;
505
pScrni
->driverVersion = GEODE_VERSION;
506
pScrni
->name = GEODE_NAME;
507
pScrni
->Probe = AmdProbe;
508
drvr_setup(
pScrni
);
gx_randr.c
94
ScrnInfoPtr
pScrni
= XF86SCRNINFO(pScreen);
103
pRandr->virtualX =
pScrni
->virtualX;
104
pRandr->virtualY =
pScrni
->virtualY;
107
for (mode =
pScrni
->modes;; mode = mode->next) {
117
if (mode ==
pScrni
->modes)
128
if (mode ==
pScrni
->currentMode &&
129
mode->HDisplay ==
pScrni
->virtualX
130
&& mode->VDisplay ==
pScrni
->virtualY)
132
if (mode->next ==
pScrni
->modes)
141
if (
pScrni
->currentMode->HDisplay != pScrni->virtualX |
[
all
...]
lx_display.c
45
lx_enable_dac_power(ScrnInfoPtr
pScrni
, int option)
47
GeodeRec *pGeode = GEODEPTR(
pScrni
);
65
lx_disable_dac_power(ScrnInfoPtr
pScrni
, int option)
67
GeodeRec *pGeode = GEODEPTR(
pScrni
);
162
lx_set_mode(ScrnInfoPtr
pScrni
, DisplayModePtr pMode, int bpp)
164
GeodeRec *pGeode = GEODEPTR(
pScrni
);
196
ScrnInfoPtr
pScrni
= crtc->scrn;
197
GeodeRec *pGeode = GEODEPTR(
pScrni
);
200
DCONDPMSSet(
pScrni
, mode);
204
lx_enable_dac_power(
pScrni
, 1)
[
all
...]
lx_driver.c
84
ScrnInfoPtr
pScrni
= xf86ScreenToScrn(pScrn);
85
GeodePtr pGeode = GEODEPTR(
pScrni
);
87
if (pGeode->useVGA && !
pScrni
->vtSema)
147
LXCalcPitch(ScrnInfoPtr
pScrni
)
149
GeodeRec *pGeode = GEODEPTR(
pScrni
);
152
return GeodeCalculatePitchBytes(
pScrni
->virtualX,
pScrni
->bitsPerPixel);
154
return ((
pScrni
->virtualX + 3) & ~3) * (
pScrni
->bitsPerPixel >> 3);
159
map_pci_mem(ScrnInfoPtr
pScrni
, int vram
[
all
...]
gx_driver.c
101
GXInitEXAMemory(ScrnInfoPtr
pScrni
, unsigned int *offset, unsigned int *avail)
103
GeodePtr pGeode = GEODEPTR(
pScrni
);
113
GXInitXAAMemory(ScrnInfoPtr
pScrni
, unsigned int *offset, unsigned int *avail)
115
GeodePtr pGeode = GEODEPTR(
pScrni
);
131
xf86DrvMsg(
pScrni
->scrnIndex, X_ERROR,
151
xf86DrvMsg(
pScrni
->scrnIndex, X_ERROR,
161
GXAllocateMemory(ScreenPtr pScrn, ScrnInfoPtr
pScrni
, int rotate)
163
GeodePtr pGeode = GEODEPTR(
pScrni
);
167
unsigned int bytpp = (
pScrni
->bitsPerPixel + 7) / 8;
172
GeodeCalculatePitchBytes(
pScrni
->virtualX, pScrni->bitsPerPixel)
[
all
...]
lx_video.c
71
static void LXStopVideo(ScrnInfoPtr
pScrni
, pointer data, Bool exit);
76
LXDisplayVideo(ScrnInfoPtr
pScrni
, int id, short width, short height,
79
static void LXResetVideo(ScrnInfoPtr
pScrni
);
118
#define GET_PORT_PRIVATE(
pScrni
) \
119
(GeodePortPrivRec *)((GEODEPTR(
pScrni
))->adaptor->pPortPrivates[0].ptr)
137
LXSetColorkey(ScrnInfoPtr
pScrni
, GeodePortPrivRec * pPriv)
142
switch (
pScrni
->depth) {
150
red = (pPriv->colorKey &
pScrni
->mask.red) >>
151
pScrni
->offset.red << (8 -
pScrni
->weight.red)
[
all
...]
gx_accel.c
196
*
pScrni
ScrnInfoPtr pointer to Screeen info
201
GXAccelSync(ScrnInfoPtr
pScrni
)
221
*
pScrni
ScrnInfoPtr pointer to Screeen info
229
GXSetupForSolidFill(ScrnInfoPtr
pScrni
,
261
*
pScrni
ScrnInfoPtr pointer to Screeen info
277
GXSubsequentSolidFillRect(ScrnInfoPtr
pScrni
, int x, int y, int w, int h)
307
*
pScrni
ScrnInfoPtr pointer to Screeen info
321
GXSetupForColor8x8PatternFill(ScrnInfoPtr
pScrni
, int patx, int paty, int rop,
324
GeodeRec *pGeode = GEODEPTR(
pScrni
);
348
*
pScrni
ScrnInfoPtr pointer to Screeen inf
[
all
...]
gx_video.c
86
GXResetVideo(ScrnInfoPtr
pScrni
)
97
void GXResetVideo(ScrnInfoPtr
pScrni
);
113
short drw_h, int id, int offset, ScrnInfoPtr
pScrni
);
115
extern void GXAccelSync(ScrnInfoPtr
pScrni
);
169
ScrnInfoPtr
pScrni
= xf86ScreenToScrn(pScrn);
171
pGeode = GEODEPTR(
pScrni
);
182
num_adaptors = xf86XVListGenericAdaptors(
pScrni
, &adaptors);
270
#define GET_PORT_PRIVATE(
pScrni
) \
271
(GeodePortPrivRec *)((GEODEPTR(
pScrni
))->adaptor->pPortPrivates[0].ptr)
281
*
pScrni
:Screen pointer having screen information
[
all
...]
lx_exa.c
1561
ScrnInfoPtr
pScrni
= xf86ScreenToScrn(pPixmap->drawable.pScreen);
1562
GeodeRec *pGeode = GEODEPTR(
pScrni
);
1580
ScrnInfoPtr
pScrni
= xf86ScreenToScrn(pScreen);
1581
GeodeRec *pGeode = GEODEPTR(
pScrni
);
Completed in 9 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026