• Home
  • Raw
  • Download

Lines Matching refs:getBit

341 static inline deUint32 getBit (deUint64 src, int bit)  in getBit()  function
405 const int diffBit = (int)getBit(src, 33); in decompressETC1Block()
406 const int flipBit = (int)getBit(src, 32); in decompressETC1Block()
462 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC1Block()
485 const int diffOpaqueBit = (int)getBit(src, 33); in decompressETC2Block()
521 const int flipBit = (int)getBit(src, 32); in decompressETC2Block()
557 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC2Block()
606 const deUint32 distNdx = (getBits(src, 34, 35) << 1) | getBit(src, 32); in decompressETC2Block()
627 const deUint8 G1b = (deUint8)getBit(src, 52); in decompressETC2Block()
628 const deUint8 B1a = (deUint8)getBit(src, 51); in decompressETC2Block()
648 …distNdx = (getBit(src, 34) << 2) | (getBit(src, 32) << 1) | (deUint32)(baseValue[0] >= baseValue… in decompressETC2Block()
671 const deUint32 paintNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC2Block()
695 const deUint8 GO1 = (deUint8)getBit(src, 56); in decompressETC2Block()
697 const deUint8 BO1 = (deUint8)getBit(src, 48); in decompressETC2Block()
701 const deUint8 RH2 = (deUint8)getBit(src, 32); in decompressETC2Block()
766 …const deUint32 modifierNdx = (getBit(src, pixelBitNdx + 2) << 2) | (getBit(src, pixelBitNdx + 1) … in decompressEAC8Block()
813 …const deUint32 modifierNdx = (getBit(src, pixelBitNdx + 2) << 2) | (getBit(src, pixelBitNdx + 1) … in decompressEAC11Block()
1120 static inline deUint32 getBit (deUint32 src, int ndx) in getBit() function
1135 return getBit(src, ndx) != 0; in isBitSet()
1195 deUint32 getBit (int ndx) const in getBit() function in tcu::ASTCDecompressInternal::Block128
1229 return getBit(ndx) != 0; in isBitSet()
1367 const deUint32 r0 = getBit(blockModeData, 4); in getASTCBlockMode()
1368 const deUint32 r1 = getBit(blockModeData, 2); in getASTCBlockMode()
1369 const deUint32 r2 = getBit(blockModeData, 3); in getASTCBlockMode()
1394 const deUint32 r0 = getBit(blockModeData, 4); in getASTCBlockMode()
1395 const deUint32 r1 = getBit(blockModeData, 0); in getASTCBlockMode()
1396 const deUint32 r2 = getBit(blockModeData, 1); in getASTCBlockMode()
1404 const deUint32 b = getBit(blockModeData, 7); in getASTCBlockMode()
1572 …const deUint32 lowBit0 = blockData.getBit(lowBit0Ndx < 4 ? 25+lowBit0Ndx : extraCemBitsStart+lowB… in decodeColorEndpointModes()
1573 …const deUint32 lowBit1 = blockData.getBit(lowBit1Ndx < 4 ? 25+lowBit1Ndx : extraCemBitsStart+lowB… in decodeColorEndpointModes()
1788 const deUint32 a = getBit(iseResults[endpointNdx].m, 0); in unquantizeColorEndpoints()
1789 const deUint32 b = getBit(iseResults[endpointNdx].m, 1); in unquantizeColorEndpoints()
1790 const deUint32 c = getBit(iseResults[endpointNdx].m, 2); in unquantizeColorEndpoints()
1791 const deUint32 d = getBit(iseResults[endpointNdx].m, 3); in unquantizeColorEndpoints()
1792 const deUint32 e = getBit(iseResults[endpointNdx].m, 4); in unquantizeColorEndpoints()
1793 const deUint32 f = getBit(iseResults[endpointNdx].m, 5); in unquantizeColorEndpoints()
1857 const deUint32 m10 = getBit(v1, 7) | (getBit(v2, 7) << 1); in decodeHDREndpointMode7()
1875 const deUint32 x0 = getBit(v1, 6); in decodeHDREndpointMode7()
1876 const deUint32 x1 = getBit(v1, 5); in decodeHDREndpointMode7()
1877 const deUint32 x2 = getBit(v2, 6); in decodeHDREndpointMode7()
1878 const deUint32 x3 = getBit(v2, 5); in decodeHDREndpointMode7()
1879 const deUint32 x4 = getBit(v3, 7); in decodeHDREndpointMode7()
1880 const deUint32 x5 = getBit(v3, 6); in decodeHDREndpointMode7()
1881 const deUint32 x6 = getBit(v3, 5); in decodeHDREndpointMode7()
1936 const deUint32 major = (getBit(v5, 7) << 1) | getBit(v4, 7); in decodeHDREndpointMode11()
1945 const deUint32 mode = (getBit(v3, 7) << 2) | (getBit(v2, 7) << 1) | getBit(v1, 7); in decodeHDREndpointMode11()
1947 deInt32 a = (deInt32)((getBit(v1, 6) << 8) | v0); in decodeHDREndpointMode11()
1958 const deUint32 x0 = getBit(v2, 6); in decodeHDREndpointMode11()
1959 const deUint32 x1 = getBit(v3, 6); in decodeHDREndpointMode11()
1960 const deUint32 x2 = getBit(v4, 6); in decodeHDREndpointMode11()
1961 const deUint32 x3 = getBit(v5, 6); in decodeHDREndpointMode11()
1962 const deUint32 x4 = getBit(v4, 5); in decodeHDREndpointMode11()
1963 const deUint32 x5 = getBit(v5, 5); in decodeHDREndpointMode11()
2024 const deUint32 mode = (getBit(v7In, 7) << 1) | getBit(v6In, 7); in decodeHDREndpointMode15()
2281 const deUint32 a = getBit(weightGrid[weightNdx].m, 0); in unquantizeWeights()
2282 const deUint32 b = getBit(weightGrid[weightNdx].m, 1); in unquantizeWeights()
2283 const deUint32 c = getBit(weightGrid[weightNdx].m, 2); in unquantizeWeights()