Skip to content

nir/serialize: Pack deref modes better

With nir_var_image, we've now run out of bits in our packed blob for deref instructions. We could revert to an unpacked blob or we could be a bit more clever about how we encode deref modes and pack them into 5 bits.

Merge request reports