HomeSort by: relevance | last modified time | path
    Searched refs:nPOT (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_exa.c 724 if (pVia->nPOT[0]) {
748 pVia->nPOT[0], texWidth, texHeight, format,
803 * nPOT textures. DRM versions below 2.11.0 don't allow them.
804 * Also some CLE266 hardware may not allow nPOT textures for
812 pVia->nPOT[0] = nPOTSupported;
813 pVia->nPOT[1] = nPOTSupported;
833 (pVia->nPOT[1] ? 0 : EXA_OFFSCREEN_ALIGN_POT);
via_exa_h2.c 470 exaGetPixmapPitch(pSrc), pVia->nPOT[curTex],
486 exaGetPixmapPitch(pMask), pVia->nPOT[curTex],
via_exa_h6.c 483 exaGetPixmapPitch(pSrc), pVia->nPOT[curTex],
499 exaGetPixmapPitch(pMask), pVia->nPOT[curTex],
via_driver.h 260 Bool nPOT[VIA_NUM_TEXUNITS];

Completed in 25 milliseconds