Home
last modified time | relevance | path

Searched refs:invalidateRenderPassColorAttachment (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.h133 void invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment() function
510 void invalidateRenderPassColorAttachment(size_t attachmentIndex);
756 ANGLE_INLINE void CommandGraphResource::invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment() function
759 mCurrentWritingNode->invalidateRenderPassColorAttachment(attachmentIndex); in invalidateRenderPassColorAttachment()
Dvk_helpers.h1122 void invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex);
DFramebufferVk.cpp1580 contextVk->getStartedRenderPassCommands().invalidateRenderPassColorAttachment( in invalidateImpl()
Dvk_helpers.cpp1677 void CommandBufferHelper::invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex) in invalidateRenderPassColorAttachment() function in rx::vk::CommandBufferHelper