Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1210 void RenderPassAttachment::onAccess(ResourceAccess access, uint32_t currentCmdCount) in onAccess() function in rx::vk::RenderPassAttachment
2015 mColorAttachments[packedAttachmentIndex].onAccess(access, getRenderPassWriteCommandCount()); in onColorAccess()
2020 mDepthAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onDepthAccess()
2025 mStencilAttachment.onAccess(access, getRenderPassWriteCommandCount()); in onStencilAccess()
Dvk_helpers.h994 void onAccess(ResourceAccess access, uint32_t currentCmdCount);