Home
last modified time | relevance | path

Searched refs:ShiftCount (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp541 int ShiftCount=0; in TwiddleUV() local
571 ShiftCount += 1; in TwiddleUV()
575 MaxValue >>= ShiftCount; in TwiddleUV()
576 Twiddled |= (MaxValue << (2*ShiftCount)); in TwiddleUV()