Searched defs:alphaShift (Results 1 – 2 of 2) sorted by relevance
461 const size_t alphaShift = 30; // Alpha is the 30 and 31 bits in CopyXYZ10W2ToXYZW32FVertexData() local526 const size_t alphaShift = 0; // Alpha is the 30 and 31 bits in CopyW2XYZ10ToXYZW32FVertexData() local
98 int alphaShift = (yy % 2) * 12 + xx * 3; in UncompressDXTBlock() local