Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp115 bool isEntireLine = (pRegion.extent.width == srcExtent.width) && in copyTo() local
121 bool isEntirePlane = isEntireLine && in copyTo()
130 else if(isEntireLine && isSinglePlane) // Copy one plane in copyTo()
138 else if(isEntireLine) // Copy plane by plane in copyTo()
183 bool isEntireLine = (region.imageExtent.width == mipLevelExtent.width) && in copy() local
185 bool isEntirePlane = isEntireLine && (region.imageExtent.height == mipLevelExtent.height) && in copy()
202 else if(isEntireLine && isSinglePlane) in copy()
210 else if(isEntireLine) // Copy plane by plane in copy()
221 if(isSingleLine || (isEntireLine && isSinglePlane) || isEntirePlane) in copy()
225 else if(isEntireLine) // Copy plane by plane in copy()