Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp790 const int unclampedB = (x * ((int)BH-(int)BO) + y * ((int)BV-(int)BO) + 4*(int)BO + 2) >> 2; in decompressETC2Block() local
795 dst[dstOffset+2] = (deUint8)deClamp32(unclampedB, 0, 255); in decompressETC2Block()