Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.h31 bool isUnsignedNormalized() const;
DVkFormat.cpp22 bool Format::isUnsignedNormalized() const in isUnsignedNormalized() function in vk::Format
/external/swiftshader/src/Device/
DBlitter.cpp61 if(viewFormat.isUnsignedNormalized()) in clear()