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

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

Completed in 2709 milliseconds