Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp110 bool isSinglePlane = (pRegion.extent.depth == 1); in copyTo() local
111 bool isSingleLine = (pRegion.extent.height == 1) && isSinglePlane; in copyTo()
130 else if(isEntireLine && isSinglePlane) // Copy one plane in copyTo()
181 bool isSinglePlane = (region.imageExtent.depth == 1); in copy() local
182 bool isSingleLine = (region.imageExtent.height == 1) && isSinglePlane; in copy()
202 else if(isEntireLine && isSinglePlane) in copy()
221 if(isSingleLine || (isEntireLine && isSinglePlane) || isEntirePlane) in copy()