Searched refs:getRenderPassWriteCommandCount (Results 1 – 5 of 5) sorted by relevance
43 uint32_t getRenderPassWriteCommandCount() const { return mRenderPassWriteCommandCount; } in getRenderPassWriteCommandCount() function
271 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function274 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
1164 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function1166 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
2435 mColorAttachments[packedAttachmentIndex].onAccess(access, getRenderPassWriteCommandCount()); in onColorAccess()2440 mDepthAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onDepthAccess()2445 mStencilAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onStencilAccess()2613 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeColorImageLoadStore()2832 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeDepthStencilLoadStore()3095 mPreviousSubpassesCmdCount = getRenderPassWriteCommandCount(); in nextSubpass()3148 getRenderPassWriteCommandCount()); in invalidateRenderPassColorAttachment()3157 getRenderPassWriteCommandCount()); in invalidateRenderPassDepthAttachment()3169 getRenderPassWriteCommandCount()); in invalidateRenderPassStencilAttachment()
2020 uint32_t getRenderPassWriteCommandCount() in getRenderPassWriteCommandCount() function2024 return mPreviousSubpassesCmdCount + getCommandBuffer().getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()