Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp741 const deUint32 paintNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC2Block() local
744 if (alphaMode && diffOpaqueBit == 0 && paintNdx == 2) in decompressETC2Block()
753 dst[dstOffset+0] = (deUint8)deClamp32((int)paintR[paintNdx], 0, 255); in decompressETC2Block()
754 dst[dstOffset+1] = (deUint8)deClamp32((int)paintG[paintNdx], 0, 255); in decompressETC2Block()
755 dst[dstOffset+2] = (deUint8)deClamp32((int)paintB[paintNdx], 0, 255); in decompressETC2Block()