Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp734 const int pixelBitNdx = 45 - 3*pixelNdx; in decompressEAC8Block() local
735 …nt32 modifierNdx = (getBit(src, pixelBitNdx + 2) << 2) | (getBit(src, pixelBitNdx + 1) << 1) | ge… in decompressEAC8Block()
781 const int pixelBitNdx = 45 - 3*pixelNdx; in decompressEAC11Block() local
782 …nt32 modifierNdx = (getBit(src, pixelBitNdx + 2) << 2) | (getBit(src, pixelBitNdx + 1) << 1) | ge… in decompressEAC11Block()