Bug 109984

Summary: unhandled VkStructureType VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO
Product: Mesa Reporter: cstout
Component: Drivers/Vulkan/intelAssignee: Intel 3D Bugs Mailing List <intel-3d-bugs>
Status: RESOLVED FIXED QA Contact: Intel 3D Bugs Mailing List <intel-3d-bugs>
Severity: normal    
Priority: medium CC: jason
Version: 18.2   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description cstout 2019-03-12 23:09:56 UTC
Observed running vulkan-cts 1.1.2:

INTEL-MESA: debug: anv_CreateRenderPass: ignored VkStructureType 10001177001

which is VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO

Example test:

dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear_use_input_aspect
Comment 1 Jason Ekstrand 2019-03-13 02:09:44 UTC
Fixed by the following commit in master:

commit c056609c439da964db8344a8fde66aec4bd9c877
Author: Jason Ekstrand <jason.ekstrand@intel.com>
Date:   Tue Mar 12 18:18:58 2019 -0500

    anv: Ignore VkRenderPassInputAttachementAspectCreateInfo
    
    We don't care about the information but there's no sense in throwing a
    debug warning about it.  It's harmless but annoying to users.
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109984
    Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>


Sorry about that.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.