Lines Matching refs:fbc
71 #define runDraw(pCg6) { volatile CARD32 rubbish = pCg6->fbc->draw; }
72 #define runBlit(pCg6) { volatile CARD32 rubbish = pCg6->fbc->blit; }
79 #define waitReady(pCg6) while(pCg6->fbc->s & GX_INPROGRESS)
108 pCg6->fbc->mode = GX_BLIT_SRC |
117 pCg6->fbc->fg = 0xff;
118 pCg6->fbc->bg = 0x00;
119 pCg6->fbc->s = 0;
122 pCg6->fbc->alu = Cg6BlitROP[alu];
123 pCg6->fbc->pm = planemask;
145 pCg6->fbc->x0 = xSrc;
146 pCg6->fbc->y0 = ySrc + pCg6->srcoff;
147 pCg6->fbc->x1 = xSrc + w - 1;
148 pCg6->fbc->y1 = ySrc + pCg6->srcoff + h - 1;
149 pCg6->fbc->x2 = xDst;
150 pCg6->fbc->y2 = yDst + doff;
151 pCg6->fbc->x3 = xDst + w - 1;
152 pCg6->fbc->y3 = yDst + doff + h - 1;
181 pCg6->fbc->mode = GX_BLIT_SRC |
188 pCg6->fbc->fg = fg;
189 pCg6->fbc->s = 0;
190 pCg6->fbc->alu = Cg6DrawROP[alu];
191 pCg6->fbc->pm = planemask;
207 pCg6->fbc->arecty = y + pCg6->srcoff;
208 pCg6->fbc->arectx = x;
209 pCg6->fbc->rrecty = y2 - y - 1;
210 pCg6->fbc->rrectx = x2 - x - 1;
231 pCg6->fbc->clipmaxx = x + w - 1;
232 pCg6->fbc->clipminx = x;
248 pCg6->fbc->mode = GX_BLIT_NOSRC |
256 pCg6->fbc->alu = Cg6BlitROP[GXcopy];
257 pCg6->fbc->pm = 0xffffffff;
258 pCg6->fbc->incx = 4;
259 pCg6->fbc->incy = 0;
261 pCg6->fbc->x0 = x;
262 pCg6->fbc->x1 = x + 3;
263 pCg6->fbc->y0 = dst_line;
266 pCg6->fbc->font = *sline;
272 pCg6->fbc->clipmaxx = 4096;
273 pCg6->fbc->clipminx = 0;