Bug 111393

Summary: Warnings about Formats with "inconsistent channel types"
Product: Mesa Reporter: Mauro Rossi <issor.oruam>
Component: Drivers/Vulkan/radeonAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium CC: zefkerrigan
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Mauro Rossi 2019-08-13 15:35:19 UTC
Hi,
I'm building mesa with radv and I'm getting these warnings
printed out from gfx10_format_table.h generator (gfx10_format_table.py)

Gen Header: libmesa_radv_common_32 <= gfx10_format_table.h
Format VK_FORMAT_D16_UNORM_S8_UINT has inconsistent channel types: set([1]) set([False, True]) set([False, True])
Format VK_FORMAT_D24_UNORM_S8_UINT has inconsistent channel types: set([1]) set([False, True]) set([False, True])
Format VK_FORMAT_D32_SFLOAT_S8_UINT has inconsistent channel types: set([1, 4]) set([False]) set([False, True])

Could you please check what is the problem?
Mauro
Comment 1 zefkerrigan 2019-08-15 16:57:31 UTC
I have exactly the same problem.(In reply to Mauro Rossi from comment #0)
> Hi,
> I'm building mesa with radv and I'm getting these warnings
> printed out from gfx10_format_table.h generator (gfx10_format_table.py)
> 
> Gen Header: libmesa_radv_common_32 <= gfx10_format_table.h
> Format VK_FORMAT_D16_UNORM_S8_UINT has inconsistent channel types: set([1])
> set([False, True]) set([False, True])
> Format VK_FORMAT_D24_UNORM_S8_UINT has inconsistent channel types: set([1])
> set([False, True]) set([False, True])
> Format VK_FORMAT_D32_SFLOAT_S8_UINT has inconsistent channel types: set([1,
> 4]) set([False]) set([False, True])
> 
> Could you please check what is the problem?
> Mauro

I have exactly the same problem.

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.