Home
last modified time | relevance | path

Searched refs:renderpass_info (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/tests/
H A Dhelpers.cpp710 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
711 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
712 renderpass_info.pNext = NULL; in create_graphics_pipeline()
713 renderpass_info.flags = 0; in create_graphics_pipeline()
714 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
715 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
716 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
717 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
718 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
719 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp789 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
790 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
791 renderpass_info.pNext = NULL; in create_graphics_pipeline()
792 renderpass_info.flags = 0; in create_graphics_pipeline()
793 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
794 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
795 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
796 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
797 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
798 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/tests/
H A Dhelpers.cpp868 VkRenderPassCreateInfo renderpass_info; in create_graphics_pipeline() local
869 renderpass_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; in create_graphics_pipeline()
870 renderpass_info.pNext = NULL; in create_graphics_pipeline()
871 renderpass_info.flags = 0; in create_graphics_pipeline()
872 renderpass_info.attachmentCount = num_attachments; in create_graphics_pipeline()
873 renderpass_info.pAttachments = attachment_descs; in create_graphics_pipeline()
874 renderpass_info.subpassCount = 1; in create_graphics_pipeline()
875 renderpass_info.pSubpasses = &subpass; in create_graphics_pipeline()
876 renderpass_info.dependencyCount = 0; in create_graphics_pipeline()
877 renderpass_info.pDependencies = NULL; in create_graphics_pipeline()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvksyncvaltests.cpp2947 VkRenderPassCreateInfo renderpass_info = {}; in TEST_F() local
2949 renderpass_info.pNext = nullptr; in TEST_F()
2950 renderpass_info.flags = 0; in TEST_F()
2953 renderpass_info.subpassCount = subpasses.size(); in TEST_F()
2954 renderpass_info.pSubpasses = subpasses.data(); in TEST_F()
2955 renderpass_info.dependencyCount = 0; in TEST_F()
2956 renderpass_info.pDependencies = nullptr; in TEST_F()
2991 rp.init(*m_device, renderpass_info); in TEST_F()
3068 renderpass_info.pDependencies = subpass_dependencies.data(); in TEST_F()
3073 rp.init(*m_device, renderpass_info); in TEST_F()
[all …]