Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp121 bool isEntirePlane = isEntireLine && in copyTo() local
134 else if(isEntirePlane) // Copy multiple planes in copyTo()
185 bool isEntirePlane = isEntireLine && (region.imageExtent.height == mipLevelExtent.height) && in copy() local
206 else if(isEntirePlane) in copy()
221 if(isSingleLine || (isEntireLine && isSinglePlane) || isEntirePlane) in copy()