Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_command_buffer_utils.h43 uint32_t getRenderPassWriteCommandCount() const { return mRenderPassWriteCommandCount; } in getRenderPassWriteCommandCount() function
DVulkanSecondaryCommandBuffer.h242 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
245 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
DSecondaryCommandBuffer.h936 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
938 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
Dvk_helpers.cpp2015 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()
Dvk_helpers.h1608 uint32_t getRenderPassWriteCommandCount() in getRenderPassWriteCommandCount() function
1612 return mPreviousSubpassesCmdCount + getCommandBuffer().getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()