Home
last modified time | relevance | path

Searched refs:subUnits (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp402 const deUint64 subUnits = fixedValue & ((1u << numSubBits) - 1u); in getWellBehavingChannelColor() local
404 const deUint64 tweakedSubUnits = (subUnits == subUnitBorderLo) ? (subUnitBorderLo - 1) in getWellBehavingChannelColor()
405 : (subUnits == subUnitBorderHi) ? (subUnitBorderHi + 1) in getWellBehavingChannelColor()
406 : (subUnits); in getWellBehavingChannelColor()