Home | History | Annotate | Download | only in functional

Lines Matching defs:baseVal

775 			const deUint32	baseVal	= (offset == 32) ? (0) : ((value >> offset) & valMask);
776 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u);