Searched refs:hasColorResolveAttachment (Results 1 – 6 of 6) sorted by relevance
72 bool hasColorResolveAttachment, in add_subpass_info_to_key() argument93 (hasColorResolveAttachment ? VulkanRenderPass::kColorResolveAttachmentIdx in add_subpass_info_to_key()278 bool hasColorResolveAttachment = colorResolveAttachmentTextureInfo.isValid(); in MakeRenderPass() local308 if (hasColorResolveAttachment) { in MakeRenderPass()
1463 !renderPassDesc.hasColorResolveAttachment(readColorIndexGL) && in blit()1974 ASSERT(!renderPassCommands.getRenderPassDesc().hasColorResolveAttachment(readColorIndexGL)); in resolveColorWithSubpass()
365 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()
230 bool hasColorResolveAttachment(size_t colorIndexGL) const in hasColorResolveAttachment() function
1726 bool hasColorResolveAttachment(size_t colorIndexGL) in hasColorResolveAttachment() function
4697 ASSERT(!mRenderPassCommands->getFramebuffer().hasColorResolveAttachment(0)); in optimizeRenderPassForPresent()