Searched refs:BandSize (Results 1 - 1 of 1) sorted by path

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_accel.h117 #define BandSize 0x10 macro
175 lTemp = (r_port - w_port - BandSize) & pXGI->cmdQueueSizeMask ;\
183 lTemp = (r_port - w_port - BandSize)&pXGI->cmdQueueSizeMask ;\
201 if( ((lTemp & pXGI->cmdQueueSizeMask ) < (BandSize + CS)) && ( r_port != w_port ) ) \
209 if( (lTemp & pXGI->cmdQueueSizeMask ) >= (BandSize + CS) ) \
228 if( (lTemp & pXGI->cmdQueueSizeMask ) >= (BandSize + CS) ) \

Completed in 12 milliseconds