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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.h51 int QueueLength; /* (300: current, 315/etc: total) length of command queue */ member in struct:__anonbcb29ace0108
H A Dsis_dri.c568 saPriv->QueueLength = pSiS->cmdQueueSize; /* Total (not: current) size, in bytes! */
587 saPriv->QueueLength = *(pSiS->cmdQueueLenPtr);
589 pSiS->cmdQueueLenPtr = &(saPriv->QueueLength);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.h47 int QueueLength; member in struct:__anonca9276e00108
H A Dxgi_dri.c612 saPriv->QueueLength = 0;
613 pXGI->cmdQueueLenPtr = &(saPriv->QueueLength);

Completed in 5 milliseconds