Searched refs:getRenderPassWriteCommandCount (Results 1 – 5 of 5) sorted by relevance
43 uint32_t getRenderPassWriteCommandCount() const { return mRenderPassWriteCommandCount; } in getRenderPassWriteCommandCount() function
242 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function245 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
936 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function938 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
2015 mColorAttachments[packedAttachmentIndex].onAccess(access, getRenderPassWriteCommandCount()); in onColorAccess()2020 mDepthAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onDepthAccess()2025 mStencilAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onStencilAccess()2157 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeColorImageLoadStore()2344 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeDepthStencilLoadStore()2531 mPreviousSubpassesCmdCount = getRenderPassWriteCommandCount(); in nextSubpass()2584 getRenderPassWriteCommandCount()); in invalidateRenderPassColorAttachment()2593 getRenderPassWriteCommandCount()); in invalidateRenderPassDepthAttachment()2603 getRenderPassWriteCommandCount()); in invalidateRenderPassStencilAttachment()
1608 uint32_t getRenderPassWriteCommandCount() in getRenderPassWriteCommandCount() function1612 return mPreviousSubpassesCmdCount + getCommandBuffer().getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()