Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp1838 const deUint32 anchorIndex[2] = { 0, anchorIndicesSecondSubset2[d] }; in decompressBc6H() local
2180 const deUint32 bits = (i == anchorIndex[subsetIndex]) ? (colorIndexBC - 1) : colorIndexBC; in decompressBc6H()
2352 deUint32 anchorIndex = 0; in decompressBc7() local
2369 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()
/external/swiftshader/src/Device/
DBC_Decoder.cpp1514 auto anchorIdx = anchorIndex(mode, partitionIdx, subsetIdx); in decode()
1567 int anchorIndex(const Mode &mode, int partitionIdx, int subsetIdx) const in anchorIndex() function