• Home
  • Raw
  • Download

Lines Matching refs:setBits

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