Searched refs:isUnsignedComponent (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/Device/ |
D | Sampler.cpp | 385 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()
|
D | Surface.hpp | 206 static bool isUnsignedComponent(VkFormat format, int component);
|
D | Blitter.cpp | 1375 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()
|
D | Surface.cpp | 2145 bool Surface::isUnsignedComponent(VkFormat format, int component) in isUnsignedComponent() function in sw::Surface
|
/external/swiftshader/src/Renderer/ |
D | Sampler.cpp | 388 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()
|
D | Blitter.cpp | 1135 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()
|
D | Surface.hpp | 374 static bool isUnsignedComponent(Format format, int component);
|
D | Surface.cpp | 2892 bool Surface::isUnsignedComponent(Format format, int component) in isUnsignedComponent() function in sw::Surface
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 2439 return Surface::isUnsignedComponent(state.textureFormat, component); in hasUnsignedTextureComponent()
|
D | PixelRoutine.cpp | 1822 …one = As<Float4>(Surface::isUnsignedComponent(state.targetFormat[index], 0) ? Int4(0xFFFFFFFF) : I… in alphaBlend()
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 2051 …one = As<Float4>(Surface::isUnsignedComponent(state.targetFormat[index], 0) ? Int4(0xFFFFFFFF) : I… in alphaBlend()
|
D | SamplerCore.cpp | 2581 return Surface::isUnsignedComponent(state.textureFormat, component); in hasUnsignedTextureComponent()
|