Lines Matching full:setbits
1617 void setBits (int low, int high, deUint32 bits)
1695 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits)
1696 : m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDst));
1725 block.setBits(0, 8, 0x1fc); // \note Marks void-extent block.
1727 block.setBits(10, 11, 3); // \note Spec shows that these bits are both set, although they serve no purpose.
1730 block.setBits(12, 24, 0x1fff);
1731 block.setBits(25, 37, 0x1fff);
1732 block.setBits(38, 50, 0x1fff);
1733 block.setBits(51, 63, 0x1fff);
1740 block.setBits(64, 79, params.r);
1741 block.setBits(80, 95, params.g);
1742 block.setBits(96, 111, params.b);
1743 block.setBits(112, 127, params.a);
1999 dst.setBits(13, 16, colorEndpointModes[0]);
2004 dst.setBits(23, 24, 0);
2005 dst.setBits(25, 28, colorEndpointModes[0]);
2018 dst.setBits(23, 24, highLevelSelector);
2219 block.setBits(11, 12, blockParams.numPartitions - 1);
2221 block.setBits(13, 22, blockParams.partitionSeed);
2233 block.setBits(extraCemBitsStart-2, extraCemBitsStart-1, blockParams.ccs);