Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DBlitter.cpp1082 Surface::isNonNormalizedInteger(state.sourceFormat) && in ApplyScaleAndClamp()
1083 !Surface::isNonNormalizedInteger(state.destFormat)) in ApplyScaleAndClamp()
1203 bool intSrc = Surface::isNonNormalizedInteger(state.sourceFormat); in generate()
1204 bool intDst = Surface::isNonNormalizedInteger(state.destFormat); in generate()
DSurface.hpp380 static bool isNonNormalizedInteger(Format format);
DSurface.cpp3170 bool Surface::isNonNormalizedInteger(Format format) in isNonNormalizedInteger() function in sw::Surface
3179 !isNonNormalizedInteger(format) && in isNormalizedInteger()
/external/swiftshader/src/Shader/
DSamplerCore.cpp2206 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel()
2575 return Surface::isNonNormalizedInteger(state.textureFormat); in hasUnnormalizedIntegerTexture()
DPixelRoutine.cpp2048 else if(Surface::isNonNormalizedInteger(state.targetFormat[index])) in alphaBlend()