Home
last modified time | relevance | path

Searched refs:isSRGBformat (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.cpp99 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
DSurface.hpp377 static bool isSRGBformat(Format format);
DBlitter.cpp1112 bool srcSRGB = Surface::isSRGBformat(state.sourceFormat); in ApplyScaleAndClamp()
1113 bool dstSRGB = Surface::isSRGBformat(state.destFormat); in ApplyScaleAndClamp()
1351 if(state.convertSRGB && Surface::isSRGBformat(state.sourceFormat)) // sRGB -> RGB in generate()
DSurface.cpp81 if(isSRGBformat(format)) in write()
1050 if(isSRGBformat(format)) in read()
3027 bool Surface::isSRGBformat(Format format) in isSRGBformat() function in sw::Surface
/external/swiftshader/src/Device/
DSurface.hpp209 static bool isSRGBformat(VkFormat format);
DSampler.cpp98 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
DBlitter.cpp1356 bool srcSRGB = Surface::isSRGBformat(state.sourceFormat); in ApplyScaleAndClamp()
1357 bool dstSRGB = Surface::isSRGBformat(state.destFormat); in ApplyScaleAndClamp()
1591 if(state.convertSRGB && Surface::isSRGBformat(state.sourceFormat)) // sRGB -> RGB in generate()
DSurface.cpp78 if(isSRGBformat(format)) in write()
576 if(isSRGBformat(format)) in read()
2325 bool Surface::isSRGBformat(VkFormat format) in isSRGBformat() function in sw::Surface
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp922 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp995 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB()