/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 56 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()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 229 return desc->inputAttachmentCount + in num_subpass_attachments() 297 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass() 303 if (desc->inputAttachmentCount > 0) { in anv_CreateRenderPass() 305 subpass_attachments += desc->inputAttachmentCount; in anv_CreateRenderPass() 307 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in anv_CreateRenderPass() 403 return desc->inputAttachmentCount + in num_subpass_attachments2() 538 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass2() 544 if (desc->inputAttachmentCount > 0) { in anv_CreateRenderPass2() 546 subpass_attachments += desc->inputAttachmentCount; in anv_CreateRenderPass2() 548 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in anv_CreateRenderPass2()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pass.c | 139 return desc->inputAttachmentCount + in lvp_num_subpass_attachments() 212 subpass->input_count = desc->inputAttachmentCount; in lvp_CreateRenderPass() 217 if (desc->inputAttachmentCount > 0) { in lvp_CreateRenderPass() 219 p += desc->inputAttachmentCount; in lvp_CreateRenderPass() 221 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in lvp_CreateRenderPass()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 297 return desc->inputAttachmentCount + in radv_num_subpass_attachments() 394 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass() 402 if (desc->inputAttachmentCount > 0) { in radv_CreateRenderPass() 404 p += desc->inputAttachmentCount; in radv_CreateRenderPass() 406 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in radv_CreateRenderPass() 493 return desc->inputAttachmentCount + in radv_num_subpass_attachments2() 577 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass2() 583 if (desc->inputAttachmentCount > 0) { in radv_CreateRenderPass2() 585 p += desc->inputAttachmentCount; in radv_CreateRenderPass2() 587 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in radv_CreateRenderPass2()
|
D | radv_meta_blit.c | 1005 .inputAttachmentCount = 0, in radv_device_init_meta_blit_color() 1088 .inputAttachmentCount = 0, in radv_device_init_meta_blit_depth() 1165 .inputAttachmentCount = 0, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 811 .inputAttachmentCount = 0, in blit2d_init_color_pipeline() 1005 .inputAttachmentCount = 0, in blit2d_init_depth_only_pipeline() 1195 .inputAttachmentCount = 0, in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_decompress.c | 70 .inputAttachmentCount = 0, in create_pass()
|
D | radv_meta_resolve_fs.c | 220 .inputAttachmentCount = 0, in create_resolve_pipeline() 567 .inputAttachmentCount = 0, in create_depth_stencil_resolve_pipeline()
|
D | radv_meta_clear.c | 224 .inputAttachmentCount = 0, in create_color_renderpass() 602 .inputAttachmentCount = 0, in create_depthstencil_renderpass() 2097 .inputAttachmentCount = 0, in radv_clear_image_layer()
|
/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 30 uint32_t nbAttachments = subpass.inputAttachmentCount + subpass.colorAttachmentCount; in ComputeRequiredAllocationSizeT() 56 dst[i].inputAttachmentCount = src[i].inputAttachmentCount; in CopySubpasses() 287 if(subpass.inputAttachmentCount > 0) in init() 289 size_t inputAttachmentsSize = subpass.inputAttachmentCount * sizeof(VkAttachmentReference); in init() 292 … pCreateInfo->pSubpasses[i].pInputAttachments, subpass.inputAttachmentCount); in init() 295 for(auto j = 0u; j < subpasses[i].inputAttachmentCount; j++) in init()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pass.c | 30 return desc->inputAttachmentCount + in num_subpass_attachments() 159 subpass->input_count = desc->inputAttachmentCount; in v3dv_CreateRenderPass() 162 if (desc->inputAttachmentCount > 0) { in v3dv_CreateRenderPass() 164 p += desc->inputAttachmentCount; in v3dv_CreateRenderPass() 166 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in v3dv_CreateRenderPass()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 218 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) { in tu_render_pass_add_implicit_deps() 273 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) { in tu_render_pass_add_implicit_deps() 531 desc->inputAttachmentCount + desc->colorAttachmentCount + in tu_CreateRenderPass2() 552 subpass->input_count = desc->inputAttachmentCount; in tu_CreateRenderPass2() 559 if (desc->inputAttachmentCount > 0) { in tu_CreateRenderPass2() 561 p += desc->inputAttachmentCount; in tu_CreateRenderPass2() 563 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in tu_CreateRenderPass2()
|
D | tu_legacy.c | 237 reference_count += pCreateInfo->pSubpasses[i].inputAttachmentCount; in tu_CreateRenderPass() 278 .inputAttachmentCount = pCreateInfo->pSubpasses[i].inputAttachmentCount, in tu_CreateRenderPass() 288 subpasses[i].inputAttachmentCount); in tu_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 92 deUint32 inputAttachmentCount, 109 deUint32 inputAttachmentCount,
|
D | vktMultiViewRenderPassUtil.cpp | 133 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1() 161 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 145 subpassDescMain.inputAttachmentCount = 0; in Create() 189 subpassDescMain.inputAttachmentCount = 1; in Create() 238 subpassDescLoad.inputAttachmentCount = 1; in Create()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 108 deUint32 inputAttachmentCount, 125 deUint32 inputAttachmentCount,
|
D | vktRenderPassTestsUtil.cpp | 135 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1() 163 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 315 …ptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAt… argument 320 res.inputAttachmentCount = inputAttachmentCount;
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 73 subpassDesc.inputAttachmentCount = 0; in init()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 440 subpassDesc->inputAttachmentCount = static_cast<uint32_t>(unresolveInputAttachmentRefs->size()); in InitializeUnresolveSubpass() 624 desc2Out->inputAttachmentCount = static_cast<uint32_t>(inputRefs.size()); in ToSubpassDescription2() 686 inputRefs.resize(desc.inputAttachmentCount); in CreateRenderPass2() 690 for (uint32_t index = 0; index < desc.inputAttachmentCount; ++index) in CreateRenderPass2() 697 ASSERT(index + 1 == desc.inputAttachmentCount); in CreateRenderPass2() 1139 applicationSubpass->inputAttachmentCount = in InitializeRenderPassFromDesc()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 160 deUint32 inputAttachmentCount,
|
D | vktDrawCreateInfoUtil.cpp | 476 inputAttachmentCount = _inputAttachmentCount; in SubpassDescription() 503 rhs.pInputAttachments, rhs.pInputAttachments + rhs.inputAttachmentCount); in SubpassDescription()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_imageless_framebuffer.cpp | 636 subpassDescription.inputAttachmentCount = 1; in TEST_F() 818 subpassDescription.inputAttachmentCount = 1; in TEST_F()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 1538 deUint32 inputAttachmentCount = 0u; in iterate() local 1544 inputAttachmentCount += binding.descriptorCount; in iterate() 1555 if (inputAttachmentCount > 0u) in iterate() 1562 imageReqs.size = imageBlockSize * inputAttachmentCount; in iterate()
|