Searched refs:invalidateRenderPassColorAttachment (Results 1 – 4 of 4) sorted by relevance
133 void invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment() function510 void invalidateRenderPassColorAttachment(size_t attachmentIndex);756 ANGLE_INLINE void CommandGraphResource::invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment() function759 mCurrentWritingNode->invalidateRenderPassColorAttachment(attachmentIndex); in invalidateRenderPassColorAttachment()
1122 void invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex);
1580 contextVk->getStartedRenderPassCommands().invalidateRenderPassColorAttachment( in invalidateImpl()
1677 void CommandBufferHelper::invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex) in invalidateRenderPassColorAttachment() function in rx::vk::CommandBufferHelper