Searched refs:linearToSRGB12_16 (Results 1 – 5 of 5) sorted by relevance
77 unsigned short linearToSRGB12_16[4096]; member
66 void linearToSRGB12_16(Vector4s &c);
297 …linearToSRGB12_16[i] = (unsigned short)(clamp(sw::linearToSRGB((float)i / 0x0FFF) * 0xFFFF + 0.5f,… in Constants()
2403 linearToSRGB12_16(c); in linearToSRGB16_12_16()2406 void PixelRoutine::linearToSRGB12_16(Vector4s &c) in linearToSRGB12_16() function in sw::PixelRoutine2408 Pointer<Byte> LUT = constants + OFFSET(Constants,linearToSRGB12_16); in linearToSRGB12_16()
323 linearToSRGB12_16(current); in rasterOperation()