Searched refs:mDepthCmdSizeDisabled (Results 1 – 2 of 2) sorted by relevance
913 mDepthCmdSizeDisabled(kInfiniteCmdSize),961 mDepthCmdSizeDisabled = 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()1694 mDepthCmdSizeDisabled = isDepthWriteEnabled ? kInfiniteCmdSize : mDepthCmdSizeInvalidated; in invalidateRenderPassDepthAttachment()
1289 uint32_t mDepthCmdSizeDisabled; variable