Lines Matching refs:getBit
426 inline deUint32 getBit (deUint64 src, int bit)
475 const int diffBit = (int)getBit(src, 33);
476 const int flipBit = (int)getBit(src, 32);
532 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx);
555 const int diffOpaqueBit = (int)getBit(src, 33);
591 const int flipBit = (int)getBit(src, 32);
627 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx);
676 const deUint32 distNdx = (getBits(src, 34, 35) << 1) | getBit(src, 32);
697 const deUint8 G1b = (deUint8)getBit(src, 52);
698 const deUint8 B1a = (deUint8)getBit(src, 51);
718 distNdx = (getBit(src, 34) << 2) | (getBit(src, 32) << 1) | (deUint32)(baseValue[0] >= baseValue[1]);
741 const deUint32 paintNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx);
765 const deUint8 GO1 = (deUint8)getBit(src, 56);
767 const deUint8 BO1 = (deUint8)getBit(src, 48);
771 const deUint8 RH2 = (deUint8)getBit(src, 32);
836 const deUint32 modifierNdx = (getBit(src, pixelBitNdx + 2) << 2) | (getBit(src, pixelBitNdx + 1) << 1) | getBit(src, pixelBitNdx);
883 const deUint32 modifierNdx = (getBit(src, pixelBitNdx + 2) << 2) | (getBit(src, pixelBitNdx + 1) << 1) | getBit(src, pixelBitNdx);