spirv/nir: tweak nir type when storage class is SpvStorageClassAtomicCounter
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 10 Nov 2017 15:57:40 +0000 (16:57 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 3 Jul 2018 10:41:46 +0000 (12:41 +0200)
commit480d2c56b34667d461962f34d5ace1b279516281
tree22657cc72f45e4ebf207530b1009841c8b997df7
parent88d3325a445d85d30a45d1f4c4b83c232f2660c4
spirv/nir: tweak nir type when storage class is SpvStorageClassAtomicCounter

GLSL types differentiates uint from atomic uint. On SPIR-V the type is
uint, and the variable has a specific storage class. So we need to
tweak the type based on the storage class.

Ideally we would like to get the proper type at vtn_handle_type, but
we don't have the storage class at that moment.

We tweak only the nir type, as is the one that really requires it.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/compiler/spirv/vtn_variables.c