Home
last modified time | relevance | path

Searched refs:isUnsignedComponent (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/Device/
DSampler.cpp385 return Surface::isUnsignedComponent(internalTextureFormat, 0) && in hasUnsignedTexture()
386 Surface::isUnsignedComponent(internalTextureFormat, 1) && in hasUnsignedTexture()
387 Surface::isUnsignedComponent(internalTextureFormat, 2) && in hasUnsignedTexture()
388 Surface::isUnsignedComponent(internalTextureFormat, 3); in hasUnsignedTexture()
DSurface.hpp206 static bool isUnsignedComponent(VkFormat format, int component);
DBlitter.cpp1375 value = Max(value, Float4(Surface::isUnsignedComponent(state.destFormat, 0) ? 0.0f : -scale.x, in ApplyScaleAndClamp()
1376 Surface::isUnsignedComponent(state.destFormat, 1) ? 0.0f : -scale.y, in ApplyScaleAndClamp()
1377 Surface::isUnsignedComponent(state.destFormat, 2) ? 0.0f : -scale.z, in ApplyScaleAndClamp()
1378 Surface::isUnsignedComponent(state.destFormat, 3) ? 0.0f : -scale.w)); in ApplyScaleAndClamp()
DSurface.cpp2145 bool Surface::isUnsignedComponent(VkFormat format, int component) in isUnsignedComponent() function in sw::Surface
/external/swiftshader/src/Renderer/
DSampler.cpp388 return Surface::isUnsignedComponent(internalTextureFormat, 0) && in hasUnsignedTexture()
389 Surface::isUnsignedComponent(internalTextureFormat, 1) && in hasUnsignedTexture()
390 Surface::isUnsignedComponent(internalTextureFormat, 2) && in hasUnsignedTexture()
391 Surface::isUnsignedComponent(internalTextureFormat, 3); in hasUnsignedTexture()
DBlitter.cpp1135 value = Max(value, Float4(Surface::isUnsignedComponent(state.destFormat, 0) ? 0.0f : -scale.x, in ApplyScaleAndClamp()
1136 Surface::isUnsignedComponent(state.destFormat, 1) ? 0.0f : -scale.y, in ApplyScaleAndClamp()
1137 Surface::isUnsignedComponent(state.destFormat, 2) ? 0.0f : -scale.z, in ApplyScaleAndClamp()
1138 Surface::isUnsignedComponent(state.destFormat, 3) ? 0.0f : -scale.w)); in ApplyScaleAndClamp()
DSurface.hpp374 static bool isUnsignedComponent(Format format, int component);
DSurface.cpp2892 bool Surface::isUnsignedComponent(Format format, int component) in isUnsignedComponent() function in sw::Surface
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2439 return Surface::isUnsignedComponent(state.textureFormat, component); in hasUnsignedTextureComponent()
DPixelRoutine.cpp1822 …one = As<Float4>(Surface::isUnsignedComponent(state.targetFormat[index], 0) ? Int4(0xFFFFFFFF) : I… in alphaBlend()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp2051 …one = As<Float4>(Surface::isUnsignedComponent(state.targetFormat[index], 0) ? Int4(0xFFFFFFFF) : I… in alphaBlend()
DSamplerCore.cpp2581 return Surface::isUnsignedComponent(state.textureFormat, component); in hasUnsignedTextureComponent()