Home
last modified time | relevance | path

Searched defs:anchorIndex (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1596 int anchorIndex(const Mode &mode, int partitionIdx, int subsetIdx) const in anchorIndex() function
1538 ASSERT(partitionIdx < MaxPartitions); auto subsetIdx = subsetIndex(mode, partitionIdx, texelIdx); ASSERT(subsetIdx < MaxSubsets); auto const &subset = subsets[subsetIdx]; auto anchorIdx = anchorIndex(mode, partitionIdx, subsetIdx); auto isAnchor = anchorIdx == texelIdx; auto colorIdx = colorIndex(mode, isAnchor, colorIndexBitOffset); auto alphaIdx = alphaIndex(mode, isAnchor, alphaIndexBitOffset); if(y + dstY >= dstHeight || x + dstX >= dstWidth) decode() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp1838 const deUint32 anchorIndex[2] = { 0, anchorIndicesSecondSubset2[d] }; in decompressBc6H() local
2352 deUint32 anchorIndex = 0; in decompressBc7() local

Completed in 7 milliseconds