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

/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dformats.rst109 \frac{c_s}{12.92} &\text{if } c_s \le 0.04045 \\\\
110 \left(\frac{c_s + 0.055}{1.055}\right)^{2.4} &\text{if } c_s > 0.04045
113 where :math:`c_l` is the linear color and :math:`c_s` is the color in sRGB.
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c3387 int c_s = 0; local in function:SavageScreenInit
3411 c_s = 2;
3417 psav->overlay.redShift = visual->offsetRed + c_s;
3418 psav->overlay.greenShift = visual->offsetGreen + c_s;
3419 psav->overlay.blueShift = visual->offsetBlue + c_s;

Completed in 7 milliseconds