D | tcuAstcUtil.cpp | 1643 void setBits (int low, int high, deUint32 bits) in setBits() function in tcu::astc::__anon0b0b31e40111::AssignBlock128 1721 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits) in setNext() 1722 …: m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDs… in setNext() 1751 block.setBits(0, 8, 0x1fc); // \note Marks void-extent block. in generateVoidExtentBlock() 1753 …block.setBits(10, 11, 3); // \note Spec shows that these bits are both set, although they serve no… in generateVoidExtentBlock() 1756 block.setBits(12, 24, 0x1fff); in generateVoidExtentBlock() 1757 block.setBits(25, 37, 0x1fff); in generateVoidExtentBlock() 1758 block.setBits(38, 50, 0x1fff); in generateVoidExtentBlock() 1759 block.setBits(51, 63, 0x1fff); in generateVoidExtentBlock() 1766 block.setBits(64, 79, params.r); in generateVoidExtentBlock() [all …]
|