Lines Matching refs:setBits

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