Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp330 bool isSingleLine = (copyExtent.height == 1) && isSinglePlane; in copyTo() local
445 bool isSingleLine = (imageExtent.height == 1) && isSinglePlane; in copy() local