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.h251 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
254 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
DSecondaryCommandBuffer.h1104 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
1106 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
Dvk_helpers.cpp2264 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()
Dvk_helpers.h1917 uint32_t getRenderPassWriteCommandCount() in getRenderPassWriteCommandCount() function
1921 return mPreviousSubpassesCmdCount + getCommandBuffer().getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()