Files
mesa/src/compiler/spirv
Jason Ekstrand 3942943819 nir: Use a bitfield for image access qualifiers
This commit expands the current memory access enum to contain the extra
two bits provided for images.  We choose to follow the SPIR-V convention
of NonReadable and NonWriteable because readonly implies that you *can*
read so readonly + writeonly doesn't make as much sense as NonReadable +
NonWriteable.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2018-08-29 14:04:02 -05:00
..
2018-08-10 15:15:09 -07:00
2018-07-24 20:40:05 +02:00
2017-12-04 09:21:09 -08:00
2018-06-22 20:15:58 -07:00
2018-07-24 20:40:05 +02:00