Home | History | Annotate | Download | only in functional

Lines Matching defs:setBits

165 	void setBits (int low, int high, deUint32 bits)
243 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits)
244 : m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDst));
273 block.setBits(0, 8, 0x1fc); // \note Marks void-extent block.
275 block.setBits(10, 11, 3); // \note Spec shows that these bits are both set, although they serve no purpose.
278 block.setBits(12, 24, 0x1fff);
279 block.setBits(25, 37, 0x1fff);
280 block.setBits(38, 50, 0x1fff);
281 block.setBits(51, 63, 0x1fff);
288 block.setBits(64, 79, params.r);
289 block.setBits(80, 95, params.g);
290 block.setBits(96, 111, params.b);
291 block.setBits(112, 127, params.a);
583 dst.setBits(13, 16, colorEndpointModes[0]);
588 dst.setBits(23, 24, 0);
589 dst.setBits(25, 28, colorEndpointModes[0]);
602 dst.setBits(23, 24, highLevelSelector);
841 block.setBits(11, 12, blockParams.numPartitions - 1);
843 block.setBits(13, 22, blockParams.partitionSeed);
855 block.setBits(extraCemBitsStart-2, extraCemBitsStart-1, blockParams.ccs);