Home
last modified time | relevance | path

Searched refs:sRGBtoLinear16_5_12 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.hpp72 void sRGBtoLinear16_5_12(Short4 &c);
DSamplerCore.cpp147 sRGBtoLinear16_5_12(c.x); in sampleTexture()
149 sRGBtoLinear16_5_12(c.z); in sampleTexture()
370 sRGBtoLinear16_5_12(cs.x); in sampleTexture()
372 sRGBtoLinear16_5_12(cs.z); in sampleTexture()
2167 void SamplerCore::sRGBtoLinear16_5_12(Short4 &c) in sRGBtoLinear16_5_12() function in sw::SamplerCore