Searched refs:colorInterpolationBits (Results 1 – 1 of 1) sorted by relevance
2386 const deUint32 colorInterpolationBits = indexBits[mode] + idxMode; in decompressBc7() local2387 const deUint32 colorIndexBits = colorInterpolationBits - ((anchorIndex == pixel) ? 1 : 0); in decompressBc7()2388 …Uint32 alphaInterpolationBits = mode == 4 ? 3 - idxMode : (mode == 5 ? 2 : colorInterpolationBits); in decompressBc7()2392 … deUint32 r = interpolate(endpointStart[0], endpointEnd[0], colorIdx, colorInterpolationBits); in decompressBc7()2393 … deUint32 g = interpolate(endpointStart[1], endpointEnd[1], colorIdx, colorInterpolationBits); in decompressBc7()2394 … deUint32 b = interpolate(endpointStart[2], endpointEnd[2], colorIdx, colorInterpolationBits); in decompressBc7()