Lines Matching refs:setBits
1631 void setBits (int low, int high, deUint32 bits)
1709 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits)
1710 : m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDst));
1739 block.setBits(0, 8, 0x1fc); // \note Marks void-extent block.
1741 block.setBits(10, 11, 3); // \note Spec shows that these bits are both set, although they serve no purpose.
1744 block.setBits(12, 24, 0x1fff);
1745 block.setBits(25, 37, 0x1fff);
1746 block.setBits(38, 50, 0x1fff);
1747 block.setBits(51, 63, 0x1fff);
1754 block.setBits(64, 79, params.r);
1755 block.setBits(80, 95, params.g);
1756 block.setBits(96, 111, params.b);
1757 block.setBits(112, 127, params.a);
2013 dst.setBits(13, 16, colorEndpointModes[0]);
2018 dst.setBits(23, 24, 0);
2019 dst.setBits(25, 28, colorEndpointModes[0]);
2032 dst.setBits(23, 24, highLevelSelector);
2233 block.setBits(11, 12, blockParams.numPartitions - 1);
2235 block.setBits(13, 22, blockParams.partitionSeed);
2247 block.setBits(extraCemBitsStart-2, extraCemBitsStart-1, blockParams.ccs);