Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp49 float sRGBChannelToLinear(float cl);
DtcuTextureUtil.cpp36 float sRGBChannelToLinear(float cs) in sRGBChannelToLinear() function
71 …return Vec4(sRGBChannelToLinear(cs[0]), sRGBChannelToLinear(cs[1]), sRGBChannelToLinear(cs[2]), cs… in sRGBToLinear()