Searched refs:isDepthWriteEnabled (Results 1 – 3 of 3) sorted by relevance
171 bool isDepthWriteEnabled() const { return mDepthStencil.depthTest && mDepthStencil.depthMask; } in isDepthWriteEnabled() function
1838 const bool isDepthWriteEnabled = dsState.depthTest && dsState.depthMask; in invalidateRenderPassDepthAttachment() local1839 mDepthCmdCountDisabled = isDepthWriteEnabled ? kInfiniteCmdCount : mDepthCmdCountInvalidated; in invalidateRenderPassDepthAttachment()
6460 !mState.isDepthWriteEnabled() && !mDrawFramebuffer->isReadOnlyDepthFeedbackLoopMode(); in shouldSwitchToReadOnlyDepthFeedbackLoopMode()