spirv: Allow ignoring decorations for workgroup variables
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 11 Dec 2017 23:31:22 +0000 (15:31 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 12 Dec 2017 03:02:47 +0000 (19:02 -0800)
commit24f019fd6911c360f32ebdb474375212706fff62
tree8f71b2adcd2463b2ccab081f01f481a0d7db44ae
parent2bc9123c3358a67b3b12fa6f1e5041b402221a4f
spirv: Allow ignoring decorations for workgroup variables

Since we switched over to lowering SLM access directly in SPIR-V -> NIR,
we no longer have vtn_variables for SLM.  It's all safe as with UBOs and
SSBOs but we need to let it through in the assert.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104213
Fixes: 8761a04d0d9332d9c0c99164faf855fc3c741f7c
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/spirv/vtn_variables.c