Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSurface.hpp211 static bool isSignedNonNormalizedInteger(VkFormat format);
DSurface.cpp2406 bool Surface::isSignedNonNormalizedInteger(VkFormat format) in isSignedNonNormalizedInteger() function in sw::Surface
2470 return isSignedNonNormalizedInteger(format) || in isNonNormalizedInteger()
/external/swiftshader/src/Renderer/
DSurface.hpp379 static bool isSignedNonNormalizedInteger(Format format);
DSurface.cpp3093 bool Surface::isSignedNonNormalizedInteger(Format format) in isSignedNonNormalizedInteger() function in sw::Surface
3139 return isSignedNonNormalizedInteger(format) || in isNonNormalizedInteger()
/external/swiftshader/src/Vulkan/
DVkImage.cpp490 if(sw::Surface::isSignedNonNormalizedInteger(format)) in getClearFormat()