Searched refs:pResolveAttachments (Results 1 – 15 of 15) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 85 subpassDesc.pResolveAttachments = &resolveRef; in initSimple() 87 subpassDesc.pResolveAttachments = nullptr; in initSimple()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 480 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/ |
D | vktDynamicStateCreateInfoUtil.cpp | 480 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/ |
D | vktQueryPoolCreateInfoUtil.cpp | 483 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/ |
D | vkTypeUtil.inl | 285 …tachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAt… argument 294 res.pResolveAttachments = pResolveAttachments;
|
D | vkStructTypes.inl | 965 const VkAttachmentReference* pResolveAttachments; member
|
D | vkStrUtilImpl.inl | 2671 s << "\tpResolveAttachments = " << value.pResolveAttachments << '\n';
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2304 …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 …]
|
D | parameter_validation.cpp | 3864 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/ |
D | vkrenderframework.cpp | 333 subpass.pResolveAttachments = NULL; in InitRenderTarget()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 334 subpassDesc.pResolveAttachments = DE_NULL; in createColorOnlyRenderPass()
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 1173 .pResolveAttachments = NULL, in demo_prepare_render_pass()
|
D | cube.c | 1428 .pResolveAttachments = NULL, in demo_prepare_render_pass()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1999 const VkAttachmentReference* pResolveAttachments; member
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2008 const VkAttachmentReference* pResolveAttachments; member
|