Home | History | Annotate | Download | only in src

Lines Matching refs:bufptr

313     CARD8 *bufptr;
316 bufptr = (CARD8 *) (pTseng->XAAScanlineColorExpandBuffers[bufno]);
326 MMIO_OUT8(dest,j++, *bufptr++);
344 CARD8 *bufptr;
348 bufptr = (CARD8 *) (pTseng->XAAScanlineColorExpandBuffers[bufno]);
355 bits16 = pTseng->ColExpLUT[*bufptr++];
375 CARD8 *bufptr;
379 bufptr = (CARD8 *) (pTseng->XAAScanlineColorExpandBuffers[bufno]);
385 bits24 = pTseng->ColExpLUT[*bufptr++];
390 bits24 = pTseng->ColExpLUT[*bufptr++];
411 CARD8 *bufptr;
416 bufptr = (CARD8 *) (pTseng->XAAScanlineColorExpandBuffers[bufno]);
423 bits32 = pTseng->ColExpLUT[*bufptr++];