Home
last modified time | relevance | path

Searched refs:inputAttachmentCount (Results 1 – 25 of 38) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp56 out_struct->inputAttachmentCount = in_struct->inputAttachmentCount; in ConvertVkSubpassDescriptionToV2KHR()
64 if (out_struct->inputAttachmentCount && in_struct->pInputAttachments) { in ConvertVkSubpassDescriptionToV2KHR()
65 …t_struct->pInputAttachments = new safe_VkAttachmentReference2KHR[out_struct->inputAttachmentCount]; in ConvertVkSubpassDescriptionToV2KHR()
66 for (uint32_t i = 0; i < out_struct->inputAttachmentCount; ++i) { in ConvertVkSubpassDescriptionToV2KHR()
172 …ss < in_struct->subpassCount && attachment < in_struct->pSubpasses[subpass].inputAttachmentCount) { in ConvertVkRenderPassCreateInfoToV2KHR()
181 …if (out_struct->pSubpasses[i].inputAttachmentCount && out_struct->pSubpasses[i].pInputAttachments)… in ConvertVkRenderPassCreateInfoToV2KHR()
182 for (uint32_t j = 0; j < out_struct->pSubpasses[i].inputAttachmentCount; ++j) { in ConvertVkRenderPassCreateInfoToV2KHR()
Dcore_validation.cpp814 …maxInputAttachmentCount = std::max(primary_desc.inputAttachmentCount, secondary_desc.inputAttachme… in ValidateSubpassCompatibility()
817 if (i < primary_desc.inputAttachmentCount) { in ValidateSubpassCompatibility()
820 if (i < secondary_desc.inputAttachmentCount) { in ValidateSubpassCompatibility()
9027 …MatchUsage(dev_data, rpci->pSubpasses[subpass].inputAttachmentCount, rpci->pSubpasses[subpass].pIn… in ValidateFramebufferCreateInfo()
9167 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in CheckPreserved()
9256 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateDependencies()
9292 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateDependencies()
9314 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateDependencies()
9583 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateRenderpassAttachmentUsage()
9938 … (pCreateInfo->pSubpasses && attachment >= pCreateInfo->pSubpasses[subpass].inputAttachmentCount) { in PreCallValidateCreateRenderPass()
[all …]
Dbuffer_validation.cpp519 for (uint32_t k = 0; k < pRenderPassInfo->pSubpasses[j].inputAttachmentCount; ++k) { in VerifyFramebufferAndRenderPassLayouts()
588 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in TransitionSubpassLayouts()
3498 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateLayouts()
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c88 desc->inputAttachmentCount + in radv_CreateRenderPass()
111 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass()
116 if (desc->inputAttachmentCount > 0) { in radv_CreateRenderPass()
118 p += desc->inputAttachmentCount; in radv_CreateRenderPass()
120 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in radv_CreateRenderPass()
Dradv_meta_blit.c739 .inputAttachmentCount = 0, in radv_device_init_meta_blit_color()
901 .inputAttachmentCount = 0, in radv_device_init_meta_blit_depth()
1062 .inputAttachmentCount = 0, in radv_device_init_meta_blit_stencil()
Dradv_meta_blit2d.c725 .inputAttachmentCount = 0, in blit2d_init_color_pipeline()
890 .inputAttachmentCount = 0, in blit2d_init_depth_only_pipeline()
1052 .inputAttachmentCount = 0, in blit2d_init_stencil_only_pipeline()
Dradv_meta_decompress.c59 .inputAttachmentCount = 0, in create_pass()
Dradv_meta_clear.c218 .inputAttachmentCount = 0, in create_color_renderpass()
467 .inputAttachmentCount = 0, in create_depthstencil_renderpass()
1236 .inputAttachmentCount = 0, in radv_clear_image_layer()
Dradv_meta_resolve.c81 .inputAttachmentCount = 0, in create_pass()
Dradv_meta_resolve_fs.c234 .inputAttachmentCount = 0, in create_resolve_pipeline()
Dradv_meta_fast_clear.c208 .inputAttachmentCount = 0, in create_pass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c31 return desc->inputAttachmentCount + in num_subpass_attachments()
108 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass()
114 if (desc->inputAttachmentCount > 0) { in anv_CreateRenderPass()
116 subpass_attachments += desc->inputAttachmentCount; in anv_CreateRenderPass()
118 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in anv_CreateRenderPass()
/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp54 if(subpass.inputAttachmentCount > 0) in RenderPass()
56 size_t inputAttachmentsSize = subpass.inputAttachmentCount * sizeof(VkAttachmentReference); in RenderPass()
118 uint32_t nbAttachments = subpass.inputAttachmentCount + subpass.colorAttachmentCount; in ComputeRequiredAllocationSize()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp92 deUint32 inputAttachmentCount,
109 deUint32 inputAttachmentCount,
DvktMultiViewRenderPassUtil.cpp133 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
161 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp102 deUint32 inputAttachmentCount,
119 deUint32 inputAttachmentCount,
DvktRenderPassTestsUtil.cpp136 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
164 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …ptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAt… argument
290 res.inputAttachmentCount = inputAttachmentCount;
DvkStructTypes.inl961 deUint32 inputAttachmentCount; member
2169 deUint32 inputAttachmentCount; member
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp73 subpassDesc.inputAttachmentCount = 0; in init()
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp73 subpassDesc.inputAttachmentCount = 0; in init()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp476 inputAttachmentCount = _inputAttachmentCount; in SubpassDescription()
503 rhs.pInputAttachments, rhs.pInputAttachments + rhs.inputAttachmentCount); in SubpassDescription()
DvktDrawCreateInfoUtil.hpp160 deUint32 inputAttachmentCount,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp327 subpassDesc.inputAttachmentCount = 0; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp535 subpass.inputAttachmentCount = 0; in InitRenderTarget()

12