Home
last modified time | relevance | path

Searched refs:hasColorResolveAttachment (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanRenderPass.cpp72 bool hasColorResolveAttachment, in add_subpass_info_to_key() argument
93 (hasColorResolveAttachment ? VulkanRenderPass::kColorResolveAttachmentIdx in add_subpass_info_to_key()
278 bool hasColorResolveAttachment = colorResolveAttachmentTextureInfo.isValid(); in MakeRenderPass() local
308 if (hasColorResolveAttachment) { in MakeRenderPass()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp1463 !renderPassDesc.hasColorResolveAttachment(readColorIndexGL) && in blit()
1974 ASSERT(!renderPassCommands.getRenderPassDesc().hasColorResolveAttachment(readColorIndexGL)); in resolveColorWithSubpass()
H A Dvk_cache_utils.cpp365 ASSERT(!desc.hasColorResolveAttachment(colorIndexGL)); in DeriveRenderingInfo()
401 : desc.hasColorResolveAttachment(colorIndexGL) ? VK_RESOLVE_MODE_AVERAGE_BIT in DeriveRenderingInfo()
950 ASSERT(desc.hasColorResolveAttachment(colorIndexGL)); in InitializeUnresolveSubpass()
7616 if (!desc.hasColorResolveAttachment(colorIndexGL)) in MakeRenderPass()
H A Dvk_cache_utils.h230 bool hasColorResolveAttachment(size_t colorIndexGL) const in hasColorResolveAttachment() function
H A Dvk_helpers.h1726 bool hasColorResolveAttachment(size_t colorIndexGL) in hasColorResolveAttachment() function
H A DContextVk.cpp4697 ASSERT(!mRenderPassCommands->getFramebuffer().hasColorResolveAttachment(0)); in optimizeRenderPassForPresent()