Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp417 bool isSingleRow = (copyExtent.height == 1) && isSingleSlice; in copyTo() local
564 bool isSingleRow = (imageExtent.height == 1) && isSingleSlice; in copy() local