Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.h41 bool isSRGBformat() const;
DVkFormat.cpp295 bool Format::isSRGBformat() const in isSRGBformat() function in vk::Format
/external/swiftshader/src/Device/
DBlitter.cpp1326 bool srcSRGB = state.sourceFormat.isSRGBformat(); in ApplyScaleAndClamp()
1327 bool dstSRGB = state.destFormat.isSRGBformat(); in ApplyScaleAndClamp()
1503 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in generate()
1514 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in generate()
1556 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in generate()
1789 (srcFormat.isSRGBformat() != dstFormat.isSRGBformat()); in blit()
/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()
3031 bool Surface::isSRGBformat(Format format) in isSRGBformat() function in sw::Surface
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1743 if(state.textureFormat.isSRGBformat()) in sampleTexel()
DPixelRoutine.cpp942 return vk::Format(state.targetFormat[index]).isSRGBformat(); in isSRGB()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp995 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB()