Home | History | Annotate | Download | only in pipeline

Lines Matching refs:usedBits

1402 	const deUint32	usedBits		= ~(deUint32)0 >> ((getVertexFormatSize(format) * 8) - componentWidth);
1405 packedFormat |= (((deUint32)value & usedBits) << componentOffset);