Home
last modified time | relevance | path

Searched refs:hasWriteAfterInvalidate (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h1128 bool hasWriteAfterInvalidate(uint32_t cmdCountInvalidated, uint32_t cmdCountDisabled) in hasWriteAfterInvalidate() function
Dvk_helpers.cpp1215 if (hasWriteAfterInvalidate(*cmdCountInvalidated, *cmdCountDisabled)) in onDepthStencilAccess()
1524 else if (hasWriteAfterInvalidate(mDepthCmdSizeInvalidated, mDepthCmdSizeDisabled)) in finalizeDepthStencilLoadStore()
1538 else if (hasWriteAfterInvalidate(mStencilCmdSizeInvalidated, mStencilCmdSizeDisabled)) in finalizeDepthStencilLoadStore()