Home
last modified time | relevance | path

Searched refs:sRGBtoLinear5_12 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DConstants.hpp75 unsigned short sRGBtoLinear5_12[32]; member
DConstants.cpp292 sRGBtoLinear5_12[i] = (unsigned short)(sw::sRGBtoLinear((float)i / 0x1F) * 0x1000 + 0.5f); in Constants()
DSamplerCore.cpp2171 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear5_12)); in sRGBtoLinear16_5_12()