Home
last modified time | relevance | path

Searched refs:isUnsignedComponent (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A 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()
H A 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()
H A DSurface.hpp346 static bool isUnsignedComponent(Format format, int component);
H A DSurface.cpp2729 bool Surface::isUnsignedComponent(Format format, int component) in isUnsignedComponent() function in sw::Surface
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.hpp57 bool isUnsignedComponent(int component) const;
H A DVkFormat.cpp1336 return isUnsignedComponent(0); in isUnsigned()
1339 bool Format::isUnsignedComponent(int component) const in isUnsignedComponent() function in vk::Format
H A DVkImage.cpp1383 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1466 value = Max(value, Float4(state.destFormat.isUnsignedComponent(0) ? 0.0f : -scale.x, in ApplyScaleAndClamp()
1467 state.destFormat.isUnsignedComponent(1) ? 0.0f : -scale.y, in ApplyScaleAndClamp()
1468 state.destFormat.isUnsignedComponent(2) ? 0.0f : -scale.z, in ApplyScaleAndClamp()
1469 state.destFormat.isUnsignedComponent(3) ? 0.0f : -scale.w)); in ApplyScaleAndClamp()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp2517 return state.textureFormat.isUnsignedComponent(component); in hasUnsignedTextureComponent()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp2058 one = As<Float4>(Surface::isUnsignedComponent(state.targetFormat[index], 0) ? Int4(0xFFFFFFFF) : Int4(0x7FFFFFFF)); in alphaBlend()
H A DSamplerCore.cpp2580 return Surface::isUnsignedComponent(state.textureFormat, component); in hasUnsignedTextureComponent()

Completed in 30 milliseconds