Searched refs:exaBfrSz (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_memory.c238 if (pGeode->exaBfrSz > 0) {
239 ptr = GeodeAllocOffscreen(pGeode, pGeode->exaBfrSz, 4);
291 if (pGeode->exaBfrSz)
293 pGeode->exaBfrSz);
H A Dgx_driver.c105 if (pGeode->exaBfrSz > 0 && pGeode->exaBfrSz <= *avail) {
561 pGeode->exaBfrSz = DEFAULT_EXA_SCRATCH_BFRSZ;
607 (int *) &(pGeode->exaBfrSz));
609 if (pGeode->exaBfrSz <= 0)
610 pGeode->exaBfrSz = 0;
H A Dlx_driver.c422 pGeode->exaBfrSz = DEFAULT_EXA_SCRATCH_BFRSZ;
456 (int *) &(pGeode->exaBfrSz));
458 if (pGeode->exaBfrSz <= 0)
459 pGeode->exaBfrSz = 0;
H A Dgeode.h231 unsigned int exaBfrSz; member in struct:_geodeRec
H A Dgx_accel.c1728 if (usesPasses(op) && pGeode->exaBfrSz == 0)
1765 if (usesPasses(op) && srcPitch > pGeode->exaBfrSz)
1799 max_lines = pGeode->exaBfrSz / scratchPitch;

Completed in 8 milliseconds