Lines Matching refs:pGlint
60 GLINTPtr pGlint = GLINTPTR(pScrn);
82 GLINT_SLOW_WRITE_REG(pGlint->pprod, LBReadMode);
110 pGlint->RasterizerSwap = 1;
112 pGlint->RasterizerSwap = 0;
117 pGlint->PixelWidth = 0x0; /* 8 Bits */
118 pGlint->TexMapFormat = pGlint->pprod;
120 pGlint->RasterizerSwap |= 3<<15; /* Swap host data */
124 pGlint->PixelWidth = 0x1; /* 16 Bits */
125 pGlint->TexMapFormat = pGlint->pprod | 1<<19;
127 pGlint->RasterizerSwap |= 2<<15; /* Swap host data */
131 pGlint->PixelWidth = 0x4; /* 24 Bits */
132 pGlint->TexMapFormat = pGlint->pprod | 2<<19;
135 pGlint->PixelWidth = 0x2; /* 32 Bits */
136 pGlint->TexMapFormat = pGlint->pprod | 2<<19;
139 pGlint->ClippingOn = FALSE;
140 pGlint->startxdom = 0;
141 pGlint->startxsub = 0;
142 pGlint->starty = 0;
143 pGlint->count = 0;
144 pGlint->dy = 1<<16;
145 pGlint->dxdom = 0;
146 pGlint->x = 0;
147 pGlint->y = 0;
148 pGlint->h = 0;
149 pGlint->w = 0;
150 pGlint->ROP = 0xFF;
151 GLINT_SLOW_WRITE_REG(pGlint->PixelWidth, FBReadPixel);
152 GLINT_SLOW_WRITE_REG(pGlint->TexMapFormat, PMTextureMapFormat);
168 GLINTPtr pGlint = GLINTPTR(pScrn);
187 GLINTPtr pGlint = GLINTPTR(pScrn);
189 if ((h != pGlint->h) || (w != pGlint->w)) {
190 pGlint->w = w;
191 pGlint->h = h;
194 if ((y != pGlint->y) || (x != pGlint->x)) {
195 pGlint->x = x;
196 pGlint->y = y;