Searched refs:AGP_CMDBUF_SIZE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c464 pSIS->agpCmdBufSize = AGP_CMDBUF_SIZE;
473 drmSiSAgpInit(pSIS->drmSubFD, AGP_CMDBUF_SIZE, (pSIS->agpSize - AGP_CMDBUF_SIZE));
478 agp.offset = AGP_CMDBUF_SIZE;
479 agp.size = pSIS->agpSize - AGP_CMDBUF_SIZE;
H A Dsis.h763 #define AGP_CMDBUF_SIZE (AGP_PAGE_SIZE * AGP_CMDBUF_PAGES) macro
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c56 #define AGP_CMDBUF_SIZE (AGP_PAGE_SIZE * AGP_CMDBUF_PAGES) macro
212 ringBufInit.size = AGP_CMDBUF_SIZE;
286 agpCmdSize = (pVia->agpEnable) ? AGP_CMDBUF_SIZE : 0;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi.h474 #define AGP_CMDBUF_SIZE (AGP_PAGE_SIZE * AGP_CMDBUF_PAGES) macro

Completed in 10 milliseconds