Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp416 bool isSingleSlice = (sliceCount == 1); in copyTo() local
417 bool isSingleRow = (copyExtent.height == 1) && isSingleSlice; in copyTo()
452 else if(isEntireRow && isSingleSlice) // Copy one slice in copyTo()
563 bool isSingleSlice = (imageExtent.depth == 1); in copy() local
564 bool isSingleRow = (imageExtent.height == 1) && isSingleSlice; in copy()
575 else if(isEntireRow && isSingleSlice) in copy()
598 if(isSingleRow || (isEntireRow && isSingleSlice) || isEntireSlice) in copy()