Lines Matching refs:gammaSize
87 crtc->gammaSize = 0;
927 memcpy(crtc->gammaRed, red, crtc->gammaSize * sizeof(CARD16));
928 memcpy(crtc->gammaGreen, green, crtc->gammaSize * sizeof(CARD16));
929 memcpy(crtc->gammaBlue, blue, crtc->gammaSize * sizeof(CARD16));
1056 if (size == crtc->gammaSize)
1069 crtc->gammaSize = size;
1650 .size = crtc->gammaSize
1677 len = crtc->gammaSize * 3 * 2;
1679 if (crtc->gammaSize) {
1689 .size = crtc->gammaSize
1697 if (crtc->gammaSize) {
1724 if (stuff->size != crtc->gammaSize)
1728 green = red + crtc->gammaSize;
1729 blue = green + crtc->gammaSize;