Lines Matching refs:anchorIndex
1838 const deUint32 anchorIndex[2] = { 0, anchorIndicesSecondSubset2[d] };
2180 const deUint32 bits = (i == anchorIndex[subsetIndex]) ? (colorIndexBC - 1) : colorIndexBC;
2352 deUint32 anchorIndex = 0;
2369 anchorIndex = anchorIndicesSecondSubset2[partitionSetId];
2374 anchorIndex = anchorIndicesSecondSubset3[partitionSetId];
2376 anchorIndex = anchorIndicesThirdSubset[partitionSetId];
2387 const deUint32 colorIndexBits = colorInterpolationBits - ((anchorIndex == pixel) ? 1 : 0);
2389 const deUint32 alphaIndexBits = alphaInterpolationBits - ((anchorIndex == pixel) ? 1 : 0);