Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp789 const int unclampedG = (x * ((int)GH-(int)GO) + y * ((int)GV-(int)GO) + 4*(int)GO + 2) >> 2; in decompressETC2Block() local
794 dst[dstOffset+1] = (deUint8)deClamp32(unclampedG, 0, 255); in decompressETC2Block()