Searched refs:I830BoundGammaElt (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c763 static uint32_t I830BoundGammaElt (uint32_t elt, uint32_t eltPrev) function in typeref:typename:uint32_t
776 return (I830BoundGammaElt (gamma >> 16, gammaPrev >> 16) << 16 |
777 I830BoundGammaElt (gamma >> 8, gammaPrev >> 8) << 8 |
778 I830BoundGammaElt (gamma , gammaPrev ));

Completed in 5 milliseconds