Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp912 mDepthCmdSizeInvalidated(kInfiniteCmdSize),
960 mDepthCmdSizeInvalidated = kInfiniteCmdSize; in reset()
1172 if (onDepthStencilAccess(access, &mDepthCmdSizeInvalidated, &mDepthCmdSizeDisabled)) in onDepthAccess()
1518 if (isInvalidated(mDepthCmdSizeInvalidated, mDepthCmdSizeDisabled) || in finalizeDepthStencilLoadStore()
1524 else if (hasWriteAfterInvalidate(mDepthCmdSizeInvalidated, mDepthCmdSizeDisabled)) in finalizeDepthStencilLoadStore()
1690 mDepthCmdSizeInvalidated = mCommandBuffer.getCommandSize(); in invalidateRenderPassDepthAttachment()
1694 mDepthCmdSizeDisabled = isDepthWriteEnabled ? kInfiniteCmdSize : mDepthCmdSizeInvalidated; in invalidateRenderPassDepthAttachment()
1925 mDepthCmdSizeInvalidated = kInfiniteCmdSize; in growRenderArea()
Dvk_helpers.h1288 uint32_t mDepthCmdSizeInvalidated; variable