Home
last modified time | relevance | path

Searched defs:isEntireRow (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImage.cpp421 bool isEntireRow = (region.extent.width == srcExtent.width) && in copyTo() local
565 bool isEntireRow = (imageExtent.width == mipLevelExtent.width) && in copy() local