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

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c146 CARD32 globalShadowCounter = psav->ShadowVirtual[1023]; local in function:SAVAGEBlockHandler
147 globalShadowCounter = (globalShadowCounter & 0xffff0000) |
151 if (globalShadowCounter != psav->ShadowVirtual[1023])
154 psav->ShadowVirtual[1023], globalShadowCounter);
156 psav->ShadowVirtual[1023] = globalShadowCounter;

Completed in 3 milliseconds