Lines Matching refs:setBits
166 void setBits (int low, int high, deUint32 bits) in setBits() function in deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::AssignBlock128
244 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits) in setNext()
245 …: m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDs… in setNext()
274 block.setBits(0, 8, 0x1fc); // \note Marks void-extent block. in generateVoidExtentBlock()
276 …block.setBits(10, 11, 3); // \note Spec shows that these bits are both set, although they serve no… in generateVoidExtentBlock()
279 block.setBits(12, 24, 0x1fff); in generateVoidExtentBlock()
280 block.setBits(25, 37, 0x1fff); in generateVoidExtentBlock()
281 block.setBits(38, 50, 0x1fff); in generateVoidExtentBlock()
282 block.setBits(51, 63, 0x1fff); in generateVoidExtentBlock()
289 block.setBits(64, 79, params.r); in generateVoidExtentBlock()
290 block.setBits(80, 95, params.g); in generateVoidExtentBlock()
291 block.setBits(96, 111, params.b); in generateVoidExtentBlock()
292 block.setBits(112, 127, params.a); in generateVoidExtentBlock()
584 dst.setBits(13, 16, colorEndpointModes[0]); in writeColorEndpointModes()
589 dst.setBits(23, 24, 0); in writeColorEndpointModes()
590 dst.setBits(25, 28, colorEndpointModes[0]); in writeColorEndpointModes()
603 dst.setBits(23, 24, highLevelSelector); in writeColorEndpointModes()
842 block.setBits(11, 12, blockParams.numPartitions - 1); in generateNormalBlock()
844 block.setBits(13, 22, blockParams.partitionSeed); in generateNormalBlock()
856 block.setBits(extraCemBitsStart-2, extraCemBitsStart-1, blockParams.ccs); in generateNormalBlock()