Home
last modified time | relevance | path

Searched refs:linearToSRGB12_16 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DConstants.hpp74 unsigned short linearToSRGB12_16[4096]; member
DPixelRoutine.hpp66 void linearToSRGB12_16(Vector4s &c);
DConstants.cpp282linearToSRGB12_16[i] = (unsigned short)(clamp(sw::linearToSRGB((float)i / 0x0FFF) * 0xFFFF + 0.5f,… in Constants()
DPixelRoutine.cpp2688 linearToSRGB12_16(c); in linearToSRGB16_12_16()
2691 void PixelRoutine::linearToSRGB12_16(Vector4s &c) in linearToSRGB12_16() function in sw::PixelRoutine
2693 Pointer<Byte> LUT = constants + OFFSET(Constants,linearToSRGB12_16); in linearToSRGB12_16()
DPixelPipeline.cpp323 linearToSRGB12_16(current); in rasterOperation()