Home
last modified time | relevance | path

Searched refs:sliceBUnpadded (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkFormat.hpp76 int sliceBUnpadded(int width, int height, int border, bool target) const;
DVkFormat.cpp1787 int Format::sliceBUnpadded(int width, int height, int border, bool target) const in sliceBUnpadded() function in vk::Format
1866 return sw::align<16>(sliceBUnpadded(width, height, border, target) + 15); in sliceB()