Home
last modified time | relevance | path

Searched refs:pResolveAttachments (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp50 subpasses[i].pResolveAttachments = nullptr; in RenderPass()
71 if(subpass.pResolveAttachments != nullptr) in RenderPass()
73 subpasses[i].pResolveAttachments = reinterpret_cast<VkAttachmentReference*>(hostMemory); in RenderPass()
74 memcpy(const_cast<VkAttachmentReference*>(subpasses[i].pResolveAttachments), in RenderPass()
75 pCreateInfo->pSubpasses[i].pResolveAttachments, colorAttachmentsSize); in RenderPass()
119 if(subpass.pResolveAttachments != nullptr) in ComputeRequiredAllocationSize()
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c90 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + in radv_CreateRenderPass()
141 if (desc->pResolveAttachments) { in radv_CreateRenderPass()
146 uint32_t a = desc->pResolveAttachments[j].attachment; in radv_CreateRenderPass()
148 = desc->pResolveAttachments[j]; in radv_CreateRenderPass()
151 pass->attachments[desc->pResolveAttachments[j].attachment].view_mask |= subpass->view_mask; in radv_CreateRenderPass()
Dradv_meta_blit.c745 .pResolveAttachments = NULL, in radv_device_init_meta_blit_color()
904 .pResolveAttachments = NULL, in radv_device_init_meta_blit_depth()
1065 .pResolveAttachments = NULL, in radv_device_init_meta_blit_stencil()
Dradv_meta_blit2d.c731 .pResolveAttachments = NULL, in blit2d_init_color_pipeline()
893 .pResolveAttachments = NULL, in blit2d_init_depth_only_pipeline()
1055 .pResolveAttachments = NULL, in blit2d_init_stencil_only_pipeline()
Dradv_meta_decompress.c62 .pResolveAttachments = NULL, in create_pass()
Dradv_meta_clear.c224 .pResolveAttachments = NULL, in create_color_renderpass()
470 .pResolveAttachments = NULL, in create_depthstencil_renderpass()
1239 .pResolveAttachments = NULL, in radv_clear_image_layer()
Dradv_meta_resolve.c93 .pResolveAttachments = NULL, in create_pass()
Dradv_meta_resolve_fs.c240 .pResolveAttachments = NULL, in create_resolve_pipeline()
Dradv_meta_fast_clear.c216 .pResolveAttachments = NULL, in create_pass()
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp60 out_struct->pResolveAttachments = nullptr; in ConvertVkSubpassDescriptionToV2KHR()
76 if (out_struct->colorAttachmentCount && in_struct->pResolveAttachments) { in ConvertVkSubpassDescriptionToV2KHR()
77 …out_struct->pResolveAttachments = new safe_VkAttachmentReference2KHR[out_struct->colorAttachmentCo… in ConvertVkSubpassDescriptionToV2KHR()
79 …ConvertVkAttachmentReferenceToV2KHR(&in_struct->pResolveAttachments[i], &out_struct->pResolveAttac… in ConvertVkSubpassDescriptionToV2KHR()
Dbuffer_validation.cpp545 if (subpass.pResolveAttachments) { in VerifyFramebufferAndRenderPassLayouts()
3598 …if (subpass.pResolveAttachments && (subpass.pResolveAttachments[j].attachment != VK_ATTACHMENT_UNU… in ValidateLayouts()
3599 (subpass.pResolveAttachments[j].layout == VK_IMAGE_LAYOUT_UNDEFINED || in ValidateLayouts()
3600 subpass.pResolveAttachments[j].layout == VK_IMAGE_LAYOUT_PREINITIALIZED)) { in ValidateLayouts()
3605 j, i, string_VkImageLayout(subpass.pResolveAttachments[j].layout)); in ValidateLayouts()
Dcore_validation.cpp839 if (i < primary_desc.colorAttachmentCount && primary_desc.pResolveAttachments) { in ValidateSubpassCompatibility()
840 primary_resolve_attach = primary_desc.pResolveAttachments[i].attachment; in ValidateSubpassCompatibility()
842 if (i < secondary_desc.colorAttachmentCount && secondary_desc.pResolveAttachments) { in ValidateSubpassCompatibility()
843 secondary_resolve_attach = secondary_desc.pResolveAttachments[i].attachment; in ValidateSubpassCompatibility()
7722 …} else if (sub_desc.pResolveAttachments && sub_desc.pResolveAttachments[j].attachment == attach_in… in ValidateImageBarrierImage()
7723 sub_image_layout = sub_desc.pResolveAttachments[j].layout; in ValidateImageBarrierImage()
9654 if (subpass.pResolveAttachments) { in ValidateRenderpassAttachmentUsage()
9655 auto const &attachment_ref = subpass.pResolveAttachments[j]; in ValidateRenderpassAttachmentUsage()
9768 …if (subpass_performs_resolve && subpass.pResolveAttachments[j].attachment != VK_ATTACHMENT_UNUSED … in ValidateRenderpassAttachmentUsage()
9769 subpass.pResolveAttachments[j].attachment < pCreateInfo->attachmentCount) { in ValidateRenderpassAttachmentUsage()
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_pass.c33 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + in num_subpass_attachments()
154 if (desc->pResolveAttachments) { in anv_CreateRenderPass()
159 uint32_t a = desc->pResolveAttachments[j].attachment; in anv_CreateRenderPass()
160 subpass->resolve_attachments[j] = desc->pResolveAttachments[j]; in anv_CreateRenderPass()
170 desc->pResolveAttachments[j]); in anv_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp96 const VkAttachmentReference* pResolveAttachments,
113 const VkAttachmentReference2KHR* pResolveAttachments,
DvktMultiViewRenderPassUtil.cpp137 pResolveAttachments = pResolveAttachments_; in SubpassDescription1()
165 pResolveAttachments = pResolveAttachments_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp480 pResolveAttachments = DE_NULL; in SubpassDescription()
492 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
508 if (rhs.pResolveAttachments) in SubpassDescription()
510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount); in SubpassDescription()
525 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
554 pResolveAttachments = &m_resolveAttachments[0]; in operator =()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp106 const VkAttachmentReference* pResolveAttachments,
123 const VkAttachmentReference2KHR* pResolveAttachments,
DvktRenderPassTestsUtil.cpp140 pResolveAttachments = pResolveAttachments_; in SubpassDescription1()
168 pResolveAttachments = pResolveAttachments_; in SubpassDescription2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …tachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAt… argument
294 res.pResolveAttachments = pResolveAttachments;
DvkStructTypes.inl965 const VkAttachmentReference* pResolveAttachments; member
2173 const VkAttachmentReference2KHR* pResolveAttachments; member
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp75 subpassDesc.pResolveAttachments = nullptr; in init()
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp75 subpassDesc.pResolveAttachments = nullptr; in init()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp331 subpassDesc.pResolveAttachments = DE_NULL; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp539 subpass.pResolveAttachments = NULL; in InitRenderTarget()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2691 const VkAttachmentReference* pResolveAttachments; member
5645 const VkAttachmentReference2KHR* pResolveAttachments; member

12