Searched refs:subUnits (Results 1 – 1 of 1) sorted by relevance
402 const deUint64 subUnits = fixedValue & ((1u << numSubBits) - 1u); in getWellBehavingChannelColor() local404 const deUint64 tweakedSubUnits = (subUnits == subUnitBorderLo) ? (subUnitBorderLo - 1) in getWellBehavingChannelColor()405 : (subUnits == subUnitBorderHi) ? (subUnitBorderHi + 1) in getWellBehavingChannelColor()406 : (subUnits); in getWellBehavingChannelColor()