Searched refs:mDepthCmdSizeInvalidated (Results 1 – 2 of 2) sorted by relevance
912 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()
1288 uint32_t mDepthCmdSizeInvalidated; variable