Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pass.c122 if (desc->pResolveAttachments) { in radv_CreateRenderPass()
127 uint32_t a = desc->pResolveAttachments[j].attachment; in radv_CreateRenderPass()
129 = desc->pResolveAttachments[j]; in radv_CreateRenderPass()
Dradv_meta_blit2d.c777 .pResolveAttachments = NULL, in blit2d_init_color_pipeline()
930 .pResolveAttachments = NULL, in blit2d_init_depth_only_pipeline()
1083 .pResolveAttachments = NULL, in blit2d_init_stencil_only_pipeline()
Dradv_meta_clear.c244 .pResolveAttachments = NULL, in create_color_renderpass()
526 .pResolveAttachments = NULL, in create_depthstencil_renderpass()
1070 .pResolveAttachments = NULL, in radv_clear_image_layer()
Dradv_meta_blit.c746 .pResolveAttachments = NULL, in radv_device_init_meta_blit_color()
923 .pResolveAttachments = NULL, in radv_device_init_meta_blit_depth()
1102 .pResolveAttachments = NULL, in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c103 .pResolveAttachments = NULL, in create_pass()
Dradv_meta_fast_clear.c108 .pResolveAttachments = NULL, in create_pass()
Dradv_meta_resolve.c122 .pResolveAttachments = NULL, in create_pass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c147 if (desc->pResolveAttachments) { in anv_CreateRenderPass()
152 uint32_t a = desc->pResolveAttachments[j].attachment; in anv_CreateRenderPass()
/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/framework/vulkan/
DvkTypeUtil.inl285 …tachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAt… argument
294 res.pResolveAttachments = pResolveAttachments;
DvkStructTypes.inl965 const VkAttachmentReference* pResolveAttachments; member
DvkStrUtilImpl.inl3045 s << "\tpResolveAttachments = " << value.pResolveAttachments << '\n';
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp75 subpassDesc.pResolveAttachments = nullptr; in init()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2372 …e if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
2374 … secondaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
10126 auto subpass_performs_resolve = subpass.pResolveAttachments && std::any_of( in ValidateRenderpassAttachmentUsage()
10127 subpass.pResolveAttachments, subpass.pResolveAttachments + subpass.colorAttachmentCount, in ValidateRenderpassAttachmentUsage()
10134 if (subpass.pResolveAttachments) { in ValidateRenderpassAttachmentUsage()
10135 attachment = subpass.pResolveAttachments[j].attachment; in ValidateRenderpassAttachmentUsage()
10648 if (i < primary_desc.colorAttachmentCount && primary_desc.pResolveAttachments) { in validateSubpassCompatibility()
10649 primary_resolve_attach = primary_desc.pResolveAttachments[i].attachment; in validateSubpassCompatibility()
10651 if (i < secondary_desc.colorAttachmentCount && secondary_desc.pResolveAttachments) { in validateSubpassCompatibility()
10652 secondary_resolve_attach = secondary_desc.pResolveAttachments[i].attachment; in validateSubpassCompatibility()
Dvk_validation_error_database.txt330 …ent member of any element of pInputAttachments, pColorAttachments, pResolveAttachments or pDepthSt…
331 …ent member of any element of pInputAttachments, pColorAttachments, pResolveAttachments or pDepthSt…
353 …o Vulkan Spec Section '7.1. Render Pass Creation' which states 'If pResolveAttachments is not NULL…
354 …o Vulkan Spec Section '7.1. Render Pass Creation' which states 'If pResolveAttachments is not NULL…
355 …ion '7.1. Render Pass Creation' which states 'Any given element of pResolveAttachments must have a…
356 …ion '7.1. Render Pass Creation' which states 'Any given element of pResolveAttachments must have t…
366 …ich states 'If colorAttachmentCount is not 0, and pResolveAttachments is not NULL, pResolveAttachm…
2026 … also referred to by one of the elements of the pColorAttachments, pResolveAttachments or pDepthSt…
2027 …equal to the layout member of an element of the pColorAttachments, pResolveAttachments or pDepthSt…
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp337 subpassDesc.pResolveAttachments = DE_NULL; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp320 subpass.pResolveAttachments = NULL; in InitRenderTarget()
Dlayer_validation_tests.cpp16614 subpass.pResolveAttachments = NULL; in TEST_F()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4563 , pResolveAttachments( pResolveAttachments_ ) in SubpassDescription()
4619 pResolveAttachments = pResolveAttachments_; in setPResolveAttachments()
4654 && ( pResolveAttachments == rhs.pResolveAttachments ) in operator ==()
4671 const AttachmentReference* pResolveAttachments; member
Dvulkan.h2055 const VkAttachmentReference* pResolveAttachments; member
/external/vulkan-validation-layers/demos/
Dcube.c1617 .pResolveAttachments = NULL, in demo_prepare_render_pass()
/external/mesa3d/include/vulkan/
Dvulkan.h2064 const VkAttachmentReference* pResolveAttachments; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2161 const VkAttachmentReference* pResolveAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2220 const VkAttachmentReference* pResolveAttachments; member