Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSurface.hpp212 static bool isUnsignedNonNormalizedInteger(VkFormat format);
DSurface.cpp2437 bool Surface::isUnsignedNonNormalizedInteger(VkFormat format) in isUnsignedNonNormalizedInteger() function in sw::Surface
2471 isUnsignedNonNormalizedInteger(format); in isNonNormalizedInteger()
/external/swiftshader/src/Renderer/
DSurface.hpp380 static bool isUnsignedNonNormalizedInteger(Format format);
DSurface.cpp3115 bool Surface::isUnsignedNonNormalizedInteger(Format format) in isUnsignedNonNormalizedInteger() function in sw::Surface
3140 isUnsignedNonNormalizedInteger(format); in isNonNormalizedInteger()
/external/swiftshader/src/Vulkan/
DVkImage.cpp494 else if(sw::Surface::isUnsignedNonNormalizedInteger(format)) in getClearFormat()