Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_command_buffer_utils.h24 uint32_t getRenderPassWriteCommandCount() const { return mRenderPassWriteCommandCount; } in getRenderPassWriteCommandCount() function
DVulkanSecondaryCommandBuffer.h225 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
227 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
DSecondaryCommandBuffer.h751 uint32_t getRenderPassWriteCommandCount() const in getRenderPassWriteCommandCount() function
753 return mCommandTracker.getRenderPassWriteCommandCount(); in getRenderPassWriteCommandCount()
Dvk_helpers.h1133 std::min(cmdCountDisabled, mCommandBuffer.getRenderPassWriteCommandCount()) != in hasWriteAfterInvalidate()
1141 std::min(cmdCountDisabled, mCommandBuffer.getRenderPassWriteCommandCount()) == in isInvalidated()
Dvk_helpers.cpp1337 *cmdCountDisabled = mCommandBuffer.getRenderPassWriteCommandCount(); in onDepthStencilAccess()
1835 mDepthCmdCountInvalidated = mCommandBuffer.getRenderPassWriteCommandCount(); in invalidateRenderPassDepthAttachment()
1852 mStencilCmdCountInvalidated = mCommandBuffer.getRenderPassWriteCommandCount(); in invalidateRenderPassStencilAttachment()