Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp411 const bool isDepthXorStencil = (bufferFormat.depthBits > 0 && bufferFormat.stencilBits == 0) || in isFastUnpackPossible() local
416 (isDepthXorStencil && isCompatibleDepth)) && in isFastUnpackPossible()