Skip to content

anv: fix robust buffer access

In 957bbc6a we merged all the per stages allocations of push constants into a single one. Unfortunately one field remained per stage.

This fixes the issue by including all the per stage values of the masked registers for robust buffer access into the push constant data.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 957bbc6a ("anv: simplify push constant emissions")

Merge request reports

Loading