Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp2242 deUint32 idxMode = 0; in decompressBc7() local
2261 idxMode = getBits128(low, high, offset, offset); in decompressBc7()
2343 deUint32 colorIdxOffset = offset + ((mode == 4 && idxMode) ? 31 : 0); in decompressBc7()
2344 deUint32 alphaIdxOffset = offset + ((mode == 5 || (mode == 4 && !idxMode)) ? 31 : 0); in decompressBc7()
2386 const deUint32 colorInterpolationBits = indexBits[mode] + idxMode; in decompressBc7()
2388 …const deUint32 alphaInterpolationBits = mode == 4 ? 3 - idxMode : (mode == 5 ? 2 : colorInterpolat… in decompressBc7()