nir/lower_double_ops: Rework the if (progress) tree
[mesa.git] / src / compiler / nir / nir_serialize.c
index ddb9628b3c10b5b9afa8bfed6c073b3a4e579660..6688e9e8b172260ed05986b4f7052238774601e6 100644 (file)
@@ -1443,7 +1443,7 @@ union packed_tex_data {
    uint32_t u32;
    struct {
       enum glsl_sampler_dim sampler_dim:4;
-      nir_alu_type dest_type:8;
+      unsigned dest_type:8;
       unsigned coord_components:3;
       unsigned is_array:1;
       unsigned is_shadow:1;