Home
last modified time | relevance | path

Searched refs:getRenderPassWriteCommandCount (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_command_buffer_utils.h43 uint32_t getRenderPassWriteCommandCount() const { return mRenderPassWriteCommandCount; } in getRenderPassWriteCommandCount() function
H A DVulkanSecondaryCommandBuffer.h271 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
274 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
H A DSecondaryCommandBuffer.h1164 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
1166 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
H A Dvk_helpers.cpp2435 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()
H A Dvk_helpers.h2020 uint32_t getRenderPassWriteCommandCount() in getRenderPassWriteCommandCount() function
2024 return mPreviousSubpassesCmdCount + getCommandBuffer().getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()