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

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp462 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); local
463 const int modifier = modifierTable[tableNdx][modifierNdx];
557 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); local
561 if (alphaMode && diffOpaqueBit == 0 && modifierNdx == 2)
573 if (alphaMode && diffOpaqueBit == 0 && (modifierNdx == 0 || modifierNdx == 2))
576 modifier = modifierTable[tableNdx][modifierNdx];
766 const deUint32 modifierNdx = (getBit(src, pixelBitNdx + 2) << 2) | (getBit(src, pixelBitNdx + 1) << 1) | getBit(src, pixelBitNdx); local
767 const int modifier = modifierTable[tableNdx][modifierNdx];
813 const deUint32 modifierNdx local
[all...]

Completed in 79 milliseconds