Home
last modified time | relevance | path

Searched refs:pInputAttachments (Results 1 – 25 of 29) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp57 out_struct->pInputAttachments = nullptr; in ConvertVkSubpassDescriptionToV2KHR()
64 if (out_struct->inputAttachmentCount && in_struct->pInputAttachments) { in ConvertVkSubpassDescriptionToV2KHR()
65 …out_struct->pInputAttachments = new safe_VkAttachmentReference2KHR[out_struct->inputAttachmentCoun… in ConvertVkSubpassDescriptionToV2KHR()
67 …ConvertVkAttachmentReferenceToV2KHR(&in_struct->pInputAttachments[i], &out_struct->pInputAttachmen… in ConvertVkSubpassDescriptionToV2KHR()
173 … out_struct->pSubpasses[subpass].pInputAttachments[attachment].aspectMask = aspectMask; in ConvertVkRenderPassCreateInfoToV2KHR()
181 …f (out_struct->pSubpasses[i].inputAttachmentCount && out_struct->pSubpasses[i].pInputAttachments) { in ConvertVkRenderPassCreateInfoToV2KHR()
183 … safe_VkAttachmentReference2KHR& attachment_ref = out_struct->pSubpasses[i].pInputAttachments[j]; in ConvertVkRenderPassCreateInfoToV2KHR()
Dbuffer_validation.cpp520 auto &attachment_ref = subpass.pInputAttachments[k]; in VerifyFramebufferAndRenderPassLayouts()
589 … TransitionAttachmentRefLayout(device_data, pCB, framebuffer_state, subpass.pInputAttachments[j]); in TransitionSubpassLayouts()
3499 auto attach_index = subpass.pInputAttachments[j].attachment; in ValidateLayouts()
3501 switch (subpass.pInputAttachments[j].layout) { in ValidateLayouts()
3537 string_VkImageLayout(subpass.pInputAttachments[j].layout)); in ValidateLayouts()
3541 …ValidateLayoutVsAttachmentDescription(report_data, rp_version, subpass.pInputAttachments[j].layout, in ValidateLayouts()
Dcore_validation.cpp818 primary_input_attach = primary_desc.pInputAttachments[i].attachment; in ValidateSubpassCompatibility()
821 secondary_input_attach = secondary_desc.pInputAttachments[i].attachment; in ValidateSubpassCompatibility()
9027 …_data, rpci->pSubpasses[subpass].inputAttachmentCount, rpci->pSubpasses[subpass].pInputAttachments, in ValidateFramebufferCreateInfo()
9168 if (attachment == subpass.pInputAttachments[j].attachment) return true; in CheckPreserved()
9257 uint32_t attachment = subpass.pInputAttachments[j].attachment; in ValidateDependencies()
9293 uint32_t attachment = subpass.pInputAttachments[j].attachment; in ValidateDependencies()
9315 …CheckPreserved(dev_data, pCreateInfo, i, subpass.pInputAttachments[j].attachment, subpass_to_node,… in ValidateDependencies()
9584 auto const &attachment_ref = subpass.pInputAttachments[j]; in ValidateRenderpassAttachmentUsage()
9978 … MarkAttachmentFirstUse(render_pass.get(), subpass.pInputAttachments[j].attachment, true); in RecordCreateRenderPassState()
Dshader_validation.cpp2070 auto input_attachments = rpci->pSubpasses[subpass].pInputAttachments; in ValidatePipelineShaderStage()
/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp48 subpasses[i].pInputAttachments = nullptr; in RenderPass()
57 subpasses[i].pInputAttachments = reinterpret_cast<VkAttachmentReference*>(hostMemory); in RenderPass()
58 memcpy(const_cast<VkAttachmentReference*>(subpasses[i].pInputAttachments), in RenderPass()
59 pCreateInfo->pSubpasses[i].pInputAttachments, inputAttachmentsSize); in RenderPass()
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c122 = desc->pInputAttachments[j]; in radv_CreateRenderPass()
123 if (desc->pInputAttachments[j].attachment != VK_ATTACHMENT_UNUSED) in radv_CreateRenderPass()
124 pass->attachments[desc->pInputAttachments[j].attachment].view_mask |= subpass->view_mask; in radv_CreateRenderPass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c119 uint32_t a = desc->pInputAttachments[j].attachment; in anv_CreateRenderPass()
120 subpass->input_attachments[j] = desc->pInputAttachments[j]; in anv_CreateRenderPass()
127 desc->pInputAttachments[j]); in anv_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp93 const VkAttachmentReference* pInputAttachments,
110 const VkAttachmentReference2KHR* pInputAttachments,
DvktMultiViewRenderPassUtil.cpp134 pInputAttachments = pInputAttachments_; in SubpassDescription1()
162 pInputAttachments = pInputAttachments_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp103 const VkAttachmentReference* pInputAttachments,
120 const VkAttachmentReference2KHR* pInputAttachments,
DvktRenderPassTestsUtil.cpp137 pInputAttachments = pInputAttachments_; in SubpassDescription1()
165 pInputAttachments = pInputAttachments_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp477 pInputAttachments = DE_NULL; in SubpassDescription()
486 pInputAttachments = &m_inputAttachments[0]; in SubpassDescription()
503 rhs.pInputAttachments, rhs.pInputAttachments + rhs.inputAttachmentCount); in SubpassDescription()
519 pInputAttachments = &m_inputAttachments[0]; in SubpassDescription()
548 pInputAttachments = &m_inputAttachments[0]; in operator =()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …dPoint, deUint32 inputAttachmentCount, const VkAttachmentReference* pInputAttachments, deUint32 co… argument
291 res.pInputAttachments = pInputAttachments;
DvkStructTypes.inl962 const VkAttachmentReference* pInputAttachments; member
2170 const VkAttachmentReference2KHR* pInputAttachments; member
DvkVulkan_c.inl2426 const VkAttachmentReference* pInputAttachments; member
5688 const VkAttachmentReference2KHR* pInputAttachments; member
DvkStrUtilImpl.inl3575 s << "\tpInputAttachments = " << value.pInputAttachments << '\n';
5200 s << "\tpInputAttachments = " << value.pInputAttachments << '\n';
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp74 subpassDesc.pInputAttachments = nullptr; in init()
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp74 subpassDesc.pInputAttachments = nullptr; in init()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp328 subpassDesc.pInputAttachments = DE_NULL; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp536 subpass.pInputAttachments = NULL; in InitRenderTarget()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2688 const VkAttachmentReference* pInputAttachments; member
5642 const VkAttachmentReference2KHR* pInputAttachments; member
Dvulkan.hpp42666 , pInputAttachments( pInputAttachments_ ) in SubpassDescription()
42706 pInputAttachments = pInputAttachments_; in setPInputAttachments()
42761 && ( pInputAttachments == rhs.pInputAttachments ) in operator ==()
42778 const AttachmentReference* pInputAttachments; member
43032 , pInputAttachments( pInputAttachments_ ) in SubpassDescription2KHR()
43084 pInputAttachments = pInputAttachments_; in setPInputAttachments()
43142 && ( pInputAttachments == rhs.pInputAttachments ) in operator ==()
43165 const AttachmentReference2KHR* pInputAttachments; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2641 const VkAttachmentReference* pInputAttachments; member
5581 const VkAttachmentReference2KHR* pInputAttachments; member
Dvulkan.hpp34801 , pInputAttachments( pInputAttachments_ ) in SubpassDescription()
34841 pInputAttachments = pInputAttachments_; in setPInputAttachments()
34896 && ( pInputAttachments == rhs.pInputAttachments ) in operator ==()
34913 const AttachmentReference* pInputAttachments; member
35060 , pInputAttachments( pInputAttachments_ ) in SubpassDescription2KHR()
35112 pInputAttachments = pInputAttachments_; in setPInputAttachments()
35170 && ( pInputAttachments == rhs.pInputAttachments ) in operator ==()
35193 const AttachmentReference2KHR* pInputAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2423 const VkAttachmentReference* pInputAttachments; member
5685 const VkAttachmentReference2KHR* pInputAttachments; member

12