Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h1728 const size_t viewIndex = kColorResolveAttachmentBegin + colorIndexGL; in hasColorResolveAttachment()
1741 addResolveAttachment(kColorResolveAttachmentBegin + colorIndexGL, view); in addColorResolveAttachment()
1769 static constexpr size_t kColorResolveAttachmentBegin = gl::IMPLEMENTATION_MAX_DRAW_BUFFERS + 2; variable
H A DFramebufferVk.cpp2753 static_assert(vk::RenderPassFramebuffer::kColorResolveAttachmentBegin < in getAttachmentsAndRenderTargets()
2770 constexpr size_t kBaseIndex = vk::RenderPassFramebuffer::kColorResolveAttachmentBegin; in getAttachmentsAndRenderTargets()
H A Dvk_cache_utils.cpp419 attachmentViews[RenderPassFramebuffer::kColorResolveAttachmentBegin + in DeriveRenderingInfo()