Searched refs:getRenderPassWriteCommandCount (Results 1 – 5 of 5) sorted by relevance
43 uint32_t getRenderPassWriteCommandCount() const { return mRenderPassWriteCommandCount; } in getRenderPassWriteCommandCount() function
251 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function254 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
1104 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function1106 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
2264 mColorAttachments[packedAttachmentIndex].onAccess(access, getRenderPassWriteCommandCount()); in onColorAccess()2269 mDepthAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onDepthAccess()2274 mStencilAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onStencilAccess()2414 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeColorImageLoadStore()2629 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeDepthStencilLoadStore()2886 mPreviousSubpassesCmdCount = getRenderPassWriteCommandCount(); in nextSubpass()2939 getRenderPassWriteCommandCount()); in invalidateRenderPassColorAttachment()2948 getRenderPassWriteCommandCount()); in invalidateRenderPassDepthAttachment()2958 getRenderPassWriteCommandCount()); in invalidateRenderPassStencilAttachment()
1917 uint32_t getRenderPassWriteCommandCount() in getRenderPassWriteCommandCount() function1921 return mPreviousSubpassesCmdCount + getCommandBuffer().getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()