Skip to content

freedreno: Fix field size of A6XX_TEX_CONST[3].ARRAY_PITCH

What does this MR do and why?

We silently dropped higher bits of layer size, which was not caught by CTS because it requires image to be big.

Fixes rendering in shadowmappingcascade Vulkan demo.

Cc: mesa-stable

Before:

image

After:

image

Merge request reports