Home
last modified time | relevance | path

Searched refs:isSignedNormalized (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkFormat.h32 bool isSignedNormalized() const;
DVkFormat.cpp52 bool Format::isSignedNormalized() const in isSignedNormalized() function in vk::Format
/external/swiftshader/src/Device/
DBlitter.cpp68 else if(viewFormat.isSignedNormalized()) in clear()