Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_command_buffer_utils.h43 uint32_t getRenderPassWriteCommandCount() const { return mRenderPassWriteCommandCount; } in getRenderPassWriteCommandCount() function
DVulkanSecondaryCommandBuffer.h272 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
275 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
DSecondaryCommandBuffer.h1165 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
1167 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
Dvk_helpers.cpp2520 mColorAttachments[packedAttachmentIndex].onAccess(access, getRenderPassWriteCommandCount()); in onColorAccess()
2525 mDepthAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onDepthAccess()
2530 mStencilAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onStencilAccess()
2710 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeColorImageLoadStore()
2929 uint32_t currentCmdCount = getRenderPassWriteCommandCount(); in finalizeDepthStencilLoadStore()
3172 mPreviousSubpassesCmdCount = getRenderPassWriteCommandCount(); in nextSubpass()
3225 getRenderPassWriteCommandCount()); in invalidateRenderPassColorAttachment()
3234 getRenderPassWriteCommandCount()); in invalidateRenderPassDepthAttachment()
3246 getRenderPassWriteCommandCount()); in invalidateRenderPassStencilAttachment()
Dvk_helpers.h2115 uint32_t getRenderPassWriteCommandCount() in getRenderPassWriteCommandCount() function
2119 return mPreviousSubpassesCmdCount + getCommandBuffer().getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
DContextVk.cpp1492 mRenderPassCommands->getCommandBuffer().getRenderPassWriteCommandCount() + in flushImpl()
5773 mRenderPassCommands->getCommandBuffer().getRenderPassWriteCommandCount() + in syncState()
8219 mRenderPassCommands->getCommandBuffer().getRenderPassWriteCommandCount(); in flushCommandsAndEndRenderPassWithoutSubmit()