Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp334 bool isEntireLine = (region.extent.width == srcExtent.width) && in copyTo() local
348 bool isEntirePlane = isEntireLine && in copyTo()
360 else if(isEntireLine && isSinglePlane) // Copy one plane in copyTo()
374 else if(isEntireLine) // Copy plane by plane in copyTo()
446 bool isEntireLine = (imageExtent.width == mipLevelExtent.width) && in copy() local
448 bool isEntirePlane = isEntireLine && (imageExtent.height == mipLevelExtent.height) && in copy()
458 else if(isEntireLine && isSinglePlane) in copy()
468 else if(isEntireLine) // Copy plane by plane in copy()
485 if(isSingleLine || (isEntireLine && isSinglePlane) || isEntirePlane) in copy()
491 else if(isEntireLine) // Copy plane by plane in copy()