Searched refs:alphaInterpolationBits (Results 1 – 1 of 1) sorted by relevance
2388 …const deUint32 alphaInterpolationBits = mode == 4 ? 3 - idxMode : (mode == 5 ? 2 : colorInterpolat… in decompressBc7() local2389 const deUint32 alphaIndexBits = alphaInterpolationBits - ((anchorIndex == pixel) ? 1 : 0); in decompressBc7()2395 … deUint32 a = interpolate(endpointStart[3], endpointEnd[3], alphaIdx, alphaInterpolationBits); in decompressBc7()