Skip to content

spirv: Fix matrix parameters in function calls.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:matrix-fix into master

They can be handled exactly the same as arrays, we just need to handle the base type correctly in the switches.

Fixes: a45b6fb4 "spirv: Pass SSA values through functions"

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109204

Merge request reports

Loading