Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp348 bool isEntirePlane = isEntireLine && in copyTo() local
367 else if(isEntirePlane) // Copy multiple planes in copyTo()
448 bool isEntirePlane = isEntireLine && (imageExtent.height == mipLevelExtent.height) && in copy() local
463 else if(isEntirePlane) in copy()
485 if(isSingleLine || (isEntireLine && isSinglePlane) || isEntirePlane) in copy()