Searched refs:anchorIndex (Results 1 – 2 of 2) 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()
1514 auto anchorIdx = anchorIndex(mode, partitionIdx, subsetIdx); in decode()1567 int anchorIndex(const Mode &mode, int partitionIdx, int subsetIdx) const in anchorIndex() function