Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.hpp45 bool isSRGBformat() const;
H A DVkFormat.cpp52 return isSRGBformat(); in isUnsignedNormalized()
312 bool Format::isSRGBformat() const in isSRGBformat() function in vk::Format
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1447 bool srcSRGB = state.sourceFormat.isSRGBformat(); in ApplyScaleAndClamp()
1448 bool dstSRGB = state.destFormat.isSRGBformat(); in ApplyScaleAndClamp()
1541 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in sample()
1552 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in sample()
1611 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in sample()
1650 if(state.allowSRGBConversion && state.sourceFormat.isSRGBformat()) // sRGB -> RGB in sample()
1885 (srcFormat.isSRGBformat() != dstFormat.isSRGBformat()); in blit()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.cpp99 state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(internalTextureFormat); in samplerState()
H A DSurface.hpp349 static bool isSRGBformat(Format format);
H A 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()
H A DSurface.cpp81 if(isSRGBformat(format)) in write()
1050 if(isSRGBformat(format)) in read()
2864 bool Surface::isSRGBformat(Format format) in isSRGBformat() function in sw::Surface
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1708 if(state.textureFormat.isSRGBformat()) in sampleTexel()
H A DPixelRoutine.cpp938 return vk::Format(state.colorFormat[index]).isSRGBformat(); in isSRGB()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp995 return Surface::isSRGBformat(state.targetFormat[index]); in isSRGB()

Completed in 26 milliseconds