Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp85 subpassDesc.pResolveAttachments = &resolveRef; in initSimple()
87 subpassDesc.pResolveAttachments = nullptr; in initSimple()
/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/dynamic_state/
DvktDynamicStateCreateInfoUtil.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/query_pool/
DvktQueryPoolCreateInfoUtil.cpp483 pResolveAttachments = DE_NULL; in SubpassDescription()
495 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
511 if (rhs.pResolveAttachments) in SubpassDescription()
513 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount); in SubpassDescription()
528 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
557 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.inl2671 s << "\tpResolveAttachments = " << value.pResolveAttachments << '\n';
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2304 …e if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
2306 … secondaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
9353 … subpass->colorAttachmentCount * (1 + (subpass->pResolveAttachments ? 1 : 0)) + in vkCreateRenderPass()
9365 if (subpass->pResolveAttachments) { in vkCreateRenderPass()
9366 …memcpy(attachments, subpass->pResolveAttachments, sizeof(attachments[0]) * subpass->colorAttachmen… in vkCreateRenderPass()
9367 subpass->pResolveAttachments = attachments; in vkCreateRenderPass()
9447 } else if (pRenderPassInfo->pSubpasses[i].pResolveAttachments) { in deleteRenderPasses()
9448 delete[] pRenderPassInfo->pSubpasses[i].pResolveAttachments; in deleteRenderPasses()
9813 if (i < primary_desc.colorAttachmentCount && primary_desc.pResolveAttachments) { in validateSubpassCompatibility()
9814 primary_resolve_attach = primary_desc.pResolveAttachments[i].attachment; in validateSubpassCompatibility()
[all …]
Dparameter_validation.cpp3864 if (pCreateInfo->pSubpasses->pResolveAttachments != nullptr) { in PreCreateRenderPass()
3865 … if (((pCreateInfo->pSubpasses->pResolveAttachments->layout < VK_IMAGE_LAYOUT_BEGIN_RANGE) || in PreCreateRenderPass()
3866 … (pCreateInfo->pSubpasses->pResolveAttachments->layout > VK_IMAGE_LAYOUT_END_RANGE)) && in PreCreateRenderPass()
3867 … (pCreateInfo->pSubpasses->pResolveAttachments->layout != VK_IMAGE_LAYOUT_PRESENT_SRC_KHR)) { in PreCreateRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp333 subpass.pResolveAttachments = NULL; in InitRenderTarget()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp334 subpassDesc.pResolveAttachments = DE_NULL; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/demos/
Dtri.c1173 .pResolveAttachments = NULL, in demo_prepare_render_pass()
Dcube.c1428 .pResolveAttachments = NULL, in demo_prepare_render_pass()
/external/skia/third_party/vulkan/
Dvulkan.h1999 const VkAttachmentReference* pResolveAttachments; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2008 const VkAttachmentReference* pResolveAttachments; member