/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 59 out_struct->pColorAttachments = nullptr; in ConvertVkSubpassDescriptionToV2KHR() 70 if (out_struct->colorAttachmentCount && in_struct->pColorAttachments) { in ConvertVkSubpassDescriptionToV2KHR() 71 …out_struct->pColorAttachments = new safe_VkAttachmentReference2KHR[out_struct->colorAttachmentCoun… in ConvertVkSubpassDescriptionToV2KHR() 73 …ConvertVkAttachmentReferenceToV2KHR(&in_struct->pColorAttachments[i], &out_struct->pColorAttachmen… in ConvertVkSubpassDescriptionToV2KHR()
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_render_pass.h | 84 …val->pColorAttachments = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pColorAttachments) * iter_coun… in vn_decode_VkSubpassDescription_temp() 85 if (!val->pColorAttachments) return; in vn_decode_VkSubpassDescription_temp() 87 … vn_decode_VkAttachmentReference_temp(dec, &((VkAttachmentReference *)val->pColorAttachments)[i]); in vn_decode_VkSubpassDescription_temp() 90 val->pColorAttachments = NULL; in vn_decode_VkSubpassDescription_temp() 132 if (val->pColorAttachments) { in vn_replace_VkSubpassDescription_handle() 134 … vn_replace_VkAttachmentReference_handle(&((VkAttachmentReference *)val->pColorAttachments)[i]); in vn_replace_VkSubpassDescription_handle() 907 …val->pColorAttachments = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pColorAttachments) * iter_coun… in vn_decode_VkSubpassDescription2_self_temp() 908 if (!val->pColorAttachments) return; in vn_decode_VkSubpassDescription2_self_temp() 910 …vn_decode_VkAttachmentReference2_temp(dec, &((VkAttachmentReference2 *)val->pColorAttachments)[i]); in vn_decode_VkSubpassDescription2_self_temp() 913 val->pColorAttachments = NULL; in vn_decode_VkSubpassDescription2_self_temp() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 59 dst[i].pColorAttachments = nullptr; in CopySubpasses() 310 subpasses[i].pColorAttachments = reinterpret_cast<VkAttachmentReference *>(hostMemory); in init() 311 CopyAttachmentReferences(const_cast<VkAttachmentReference *>(subpasses[i].pColorAttachments), in init() 312 subpass.pColorAttachments, subpass.colorAttachmentCount); in init() 325 if(subpass.pColorAttachments[j].attachment != VK_ATTACHMENT_UNUSED) in init() 326 MarkFirstUse(subpass.pColorAttachments[j].attachment, i); in init()
|
D | VkFramebuffer.cpp | 138 uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment; in clearAttachment() 187 ImageView *imageView = attachments[subpass.pColorAttachments[i].attachment]; in resolve()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 228 uint32_t a = subpass->pColorAttachments[j].attachment; in tu_render_pass_add_implicit_deps() 231 if (att[a].initialLayout != subpass->pColorAttachments[j].layout && !att_used[a]) in tu_render_pass_add_implicit_deps() 283 uint32_t a = subpass->pColorAttachments[j].attachment; in tu_render_pass_add_implicit_deps() 286 if (att[a].finalLayout != subpass->pColorAttachments[j].layout && !att_used[a]) in tu_render_pass_add_implicit_deps() 576 uint32_t a = desc->pColorAttachments[j].attachment; in tu_CreateRenderPass2()
|
D | tu_legacy.c | 289 subpasses[i].pColorAttachments = reference_ptr; in tu_CreateRenderPass() 291 pCreateInfo->pSubpasses[i].pColorAttachments, in tu_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 95 const VkAttachmentReference* pColorAttachments, 112 const VkAttachmentReference2* pColorAttachments,
|
D | vktMultiViewRenderPassUtil.cpp | 136 pColorAttachments = pColorAttachments_; in SubpassDescription1() 164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 324 .attachment = desc->pColorAttachments[j].attachment, in anv_CreateRenderPass() 325 .layout = desc->pColorAttachments[j].layout, in anv_CreateRenderPass() 565 .attachment = desc->pColorAttachments[j].attachment, in anv_CreateRenderPass2() 566 .layout = desc->pColorAttachments[j].layout, in anv_CreateRenderPass2()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 421 .attachment = desc->pColorAttachments[j].attachment, in radv_CreateRenderPass() 422 .layout = desc->pColorAttachments[j].layout, in radv_CreateRenderPass() 608 .attachment = desc->pColorAttachments[j].attachment, in radv_CreateRenderPass2() 609 .layout = desc->pColorAttachments[j].layout, in radv_CreateRenderPass2()
|
D | radv_meta_blit.c | 1007 .pColorAttachments = &(VkAttachmentReference) { in radv_device_init_meta_blit_color() 1090 .pColorAttachments = NULL, in radv_device_init_meta_blit_depth() 1167 .pColorAttachments = NULL, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 813 .pColorAttachments = &(VkAttachmentReference) { in blit2d_init_color_pipeline() 1007 .pColorAttachments = NULL, in blit2d_init_depth_only_pipeline() 1197 .pColorAttachments = NULL, in blit2d_init_stencil_only_pipeline()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pass.c | 235 .attachment = desc->pColorAttachments[j].attachment, in lvp_CreateRenderPass() 236 .layout = desc->pColorAttachments[j].layout, in lvp_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 101 const VkAttachmentReference* pColorAttachments, 118 const VkAttachmentReference2* pColorAttachments,
|
D | vktRenderPassTestsUtil.cpp | 138 pColorAttachments = pColorAttachments_; in SubpassDescription1() 166 pColorAttachments = pColorAttachments_; in SubpassDescription2()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 479 pColorAttachments = DE_NULL; in SubpassDescription() 489 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 522 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 551 pColorAttachments = &m_colorAttachments[0]; in operator =()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pass.c | 180 desc->pColorAttachments[j].attachment; in v3dv_CreateRenderPass() 183 .layout = desc->pColorAttachments[j].layout, in v3dv_CreateRenderPass()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 670 if (rCI.pSubpasses[i].pColorAttachments != DE_NULL) in calculateRenderPassHash() 672 …hash_combine(seed, rCI.pSubpasses[i].pColorAttachments[j].attachment, deUint32(rCI.pSubpasses[i].p… in calculateRenderPassHash() 710 if (rCI.pSubpasses[i].pColorAttachments != DE_NULL) in calculateRenderPass2Hash() 712 …hash_combine(seed, rCI.pSubpasses[i].pColorAttachments[j].attachment, deUint32(rCI.pSubpasses[i].p… in calculateRenderPass2Hash()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_render_pass.c | 73 subpass.pColorAttachments = color_refs; in create_render_pass()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkTypeUtil.inl | 279 …hments, uint32_t colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument 287 res.pColorAttachments = pColorAttachments;
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_imageless_framebuffer.cpp | 79 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F() 354 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F() 452 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F() 633 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F() 815 subpassDescription.pColorAttachments = &colorAttachmentReference; in TEST_F()
|
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1708 subpass.pColorAttachments = &attach_ref; in TEST_F() 1802 subpass.pColorAttachments = too_many_colors.data(); in TEST_F() 1810 subpass.pColorAttachments = color.data(); in TEST_F() 1815 attachments[subpass.pColorAttachments[1].attachment].samples = VK_SAMPLE_COUNT_8_BIT; in TEST_F() 1823 …attachments[subpass.pColorAttachments[1].attachment].samples = attachments[subpass.pColorAttachmen… in TEST_F() 1833 ….pDepthStencilAttachment->attachment].samples = attachments[subpass.pColorAttachments[0].attachmen… in TEST_F() 1846 attachments[subpass.pColorAttachments[0].attachment].samples = VK_SAMPLE_COUNT_1_BIT; in TEST_F() 1854 attachments[subpass.pColorAttachments[0].attachment].samples = VK_SAMPLE_COUNT_4_BIT; in TEST_F() 1868 attachments[subpass.pColorAttachments[0].attachment].format = VK_FORMAT_R8G8B8A8_SRGB; in TEST_F() 1874 …attachments[subpass.pColorAttachments[0].attachment].format = attachments[subpass.pResolveAttachme… in TEST_F() [all …]
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkRenderPass.cpp | 211 subpassDescMain.pColorAttachments = &colorRef; in Create() 243 subpassDescLoad.pColorAttachments = &colorRef; in Create()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkTypeUtil.inl | 323 …hments, uint32_t colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument 331 res.pColorAttachments = pColorAttachments;
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 4939 pColorAttachments(nullptr), in safe_VkSubpassDescription() 4949 if (in_struct->pColorAttachments) { in safe_VkSubpassDescription() 4950 pColorAttachments = new VkAttachmentReference[in_struct->colorAttachmentCount]; in safe_VkSubpassDescription() 4951 …memcpy ((void *)pColorAttachments, (void *)in_struct->pColorAttachments, sizeof(VkAttachmentRefere… in safe_VkSubpassDescription() 4968 pColorAttachments(nullptr), in safe_VkSubpassDescription() 4981 pColorAttachments = nullptr; in safe_VkSubpassDescription() 4990 if (src.pColorAttachments) { in safe_VkSubpassDescription() 4991 pColorAttachments = new VkAttachmentReference[src.colorAttachmentCount]; in safe_VkSubpassDescription() 4992 …memcpy ((void *)pColorAttachments, (void *)src.pColorAttachments, sizeof(VkAttachmentReference)*sr… in safe_VkSubpassDescription() 5013 if (pColorAttachments) in operator =() [all …]
|