Home
last modified time | relevance | path

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

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