Searched refs:anchorIndex (Results 1 – 1 of 1) sorted by relevance
1838 const deUint32 anchorIndex[2] = { 0, anchorIndicesSecondSubset2[d] }; in decompressBc6H() local2180 const deUint32 bits = (i == anchorIndex[subsetIndex]) ? (colorIndexBC - 1) : colorIndexBC; in decompressBc6H()2352 deUint32 anchorIndex = 0; in decompressBc7() local2369 anchorIndex = anchorIndicesSecondSubset2[partitionSetId]; in decompressBc7()2374 anchorIndex = anchorIndicesSecondSubset3[partitionSetId]; in decompressBc7()2376 anchorIndex = anchorIndicesThirdSubset[partitionSetId]; in decompressBc7()2387 const deUint32 colorIndexBits = colorInterpolationBits - ((anchorIndex == pixel) ? 1 : 0); in decompressBc7()2389 const deUint32 alphaIndexBits = alphaInterpolationBits - ((anchorIndex == pixel) ? 1 : 0); in decompressBc7()