Searched refs:isSignedNonNormalizedInteger (Results 1 – 5 of 5) sorted by relevance
211 static bool isSignedNonNormalizedInteger(VkFormat format);
2406 bool Surface::isSignedNonNormalizedInteger(VkFormat format) in isSignedNonNormalizedInteger() function in sw::Surface2470 return isSignedNonNormalizedInteger(format) || in isNonNormalizedInteger()
379 static bool isSignedNonNormalizedInteger(Format format);
3093 bool Surface::isSignedNonNormalizedInteger(Format format) in isSignedNonNormalizedInteger() function in sw::Surface3139 return isSignedNonNormalizedInteger(format) || in isNonNormalizedInteger()
490 if(sw::Surface::isSignedNonNormalizedInteger(format)) in getClearFormat()