Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp660 static const int distTable[8] = { 3, 6, 11, 16, 23, 32, 41, 64 }; in decompressETC2Block() local
677 const int dist = distTable[distNdx]; in decompressETC2Block()
719 dist = distTable[distNdx]; in decompressETC2Block()