Home
last modified time | relevance | path

Searched refs:getCommandSize (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h1132 std::min(cmdCountDisabled, mCommandBuffer.getCommandSize()) != cmdCountInvalidated); in hasWriteAfterInvalidate()
1139 std::min(cmdCountDisabled, mCommandBuffer.getCommandSize()) == cmdCountInvalidated; in isInvalidated()
DSecondaryCommandBuffer.h723 uint32_t getCommandSize() const in getCommandSize() function
Dvk_helpers.cpp1229 *cmdCountDisabled = mCommandBuffer.getCommandSize(); in onDepthStencilAccess()
1690 mDepthCmdSizeInvalidated = mCommandBuffer.getCommandSize(); in invalidateRenderPassDepthAttachment()
1707 mStencilCmdSizeInvalidated = mCommandBuffer.getCommandSize(); in invalidateRenderPassStencilAttachment()