panfrost: Use nir_foreach_variable_with_modes in pan_compile
[mesa.git] / src / gallium / drivers / svga / svgadump / svga_shader_dump.c
index 46126a5460de43039888cc6e86862499579b6d27..55bcdb8e253b92211b08a44c1a102e13cce4a4f5 100644 (file)
@@ -287,6 +287,9 @@ dump_sampleinfo(struct sh_sampleinfo sampleinfo)
    case SVGA3DSAMP_2D:
       _debug_printf( "_2d" );
       break;
+   case SVGA3DSAMP_2D_SHADOW:
+      _debug_printf( "_2dshadow" );
+      break;
    case SVGA3DSAMP_CUBE:
       _debug_printf( "_cube" );
       break;