Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
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()
DSurface.hpp353 static bool isNonNormalizedInteger(Format format);
DSurface.cpp2946 bool Surface::isNonNormalizedInteger(Format format) in isNonNormalizedInteger() function in sw::Surface
2955 !isNonNormalizedInteger(format) && in isNormalizedInteger()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp2203 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel()
2575 return Surface::isNonNormalizedInteger(state.textureFormat); in hasUnnormalizedIntegerTexture()
DPixelRoutine.cpp2056 else if(Surface::isNonNormalizedInteger(state.targetFormat[index])) in alphaBlend()