HomeSort by: relevance | last modified time | path
    Searched defs:dorg (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-trident/dist/src/
xp4_exa.c 136 unsigned int dorg = exaGetPixmapOffset(pPixmap); local
144 MMIO_OUT32(pTrident->IOBase, 0x2150, (dptch << 18) | (dorg >> 4));
191 unsigned int dorg = exaGetPixmapOffset(pDstPixmap); local
207 MMIO_OUT32(pTrident->IOBase, 0x2150, (dptch << 18) | (dorg >> 4));
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128exa.c 276 unsigned int dorg = exaGetPixmapOffset(dst); local
279 I128_EXA_DEBUG(("SetDestPixmap: %x, %d\n", dorg, dptch));
281 CACHED_UPDATE(dorg, DE_DORG);
i128.h 90 CARD32 dorg; member in struct:__anon7000

Completed in 71 milliseconds