Skip to content

anv: fixup assertions on lowered storage formats

With VK_FORMAT_B10G11R11_UFLOAT_PACK32 in particular, we're seeing applications create image views with swizzle = R,G,B,0

But since the format has no alpha channel, the swizzle value for it does not matter for the equivalence we're trying to verify.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: a9edc268 ("anv: validate image view lowered storage formats for storage")

Merge request reports