Lines Matching refs:gammaSize
87 crtc->gammaSize = 0;
464 memcpy (crtc->gammaRed, red, crtc->gammaSize * sizeof (CARD16));
465 memcpy (crtc->gammaGreen, green, crtc->gammaSize * sizeof (CARD16));
466 memcpy (crtc->gammaBlue, blue, crtc->gammaSize * sizeof (CARD16));
554 if (size == crtc->gammaSize)
568 crtc->gammaSize = size;
1133 reply.size = crtc->gammaSize;
1160 len = crtc->gammaSize * 3 * 2;
1162 if (crtc->gammaSize) {
1171 reply.size = crtc->gammaSize;
1178 if (crtc->gammaSize)
1203 if (stuff->size != crtc->gammaSize)
1207 green = red + crtc->gammaSize;
1208 blue = green + crtc->gammaSize;