Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DBlitter.cpp1085 Surface::isNonNormalizedInteger(state.sourceFormat) && in ApplyScaleAndClamp()
1086 !Surface::isNonNormalizedInteger(state.destFormat)) in ApplyScaleAndClamp()
1206 bool intSrc = Surface::isNonNormalizedInteger(state.sourceFormat); in generate()
1207 bool intDst = Surface::isNonNormalizedInteger(state.destFormat); in generate()
H A DSurface.hpp381 static bool isNonNormalizedInteger(Format format);
H A DSurface.cpp3141 bool Surface::isNonNormalizedInteger(Format format) in isNonNormalizedInteger() function in sw::Surface
3150 !isNonNormalizedInteger(format) && in isNormalizedInteger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DBlitter.cpp1085 Surface::isNonNormalizedInteger(state.sourceFormat) && in ApplyScaleAndClamp()
1086 !Surface::isNonNormalizedInteger(state.destFormat)) in ApplyScaleAndClamp()
1206 bool intSrc = Surface::isNonNormalizedInteger(state.sourceFormat); in generate()
1207 bool intDst = Surface::isNonNormalizedInteger(state.destFormat); in generate()
H A DSurface.hpp353 static bool isNonNormalizedInteger(Format format);
H A DSurface.cpp2946 bool Surface::isNonNormalizedInteger(Format format) in isNonNormalizedInteger() function in sw::Surface
2955 !isNonNormalizedInteger(format) && in isNormalizedInteger()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DSamplerCore.cpp2203 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel()
2575 return Surface::isNonNormalizedInteger(state.textureFormat); in hasUnnormalizedIntegerTexture()
H A DPixelRoutine.cpp2056 else if(Surface::isNonNormalizedInteger(state.targetFormat[index])) in alphaBlend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DSamplerCore.cpp2203 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel()
2575 return Surface::isNonNormalizedInteger(state.textureFormat); in hasUnnormalizedIntegerTexture()
H A DPixelRoutine.cpp2056 else if(Surface::isNonNormalizedInteger(state.targetFormat[index])) in alphaBlend()