intel: clean up pipeline shader building a bit
diff --git a/icd/intel/cmd_pipeline.c b/icd/intel/cmd_pipeline.c
index 3bc9ce7..eaded57 100644
--- a/icd/intel/cmd_pipeline.c
+++ b/icd/intel/cmd_pipeline.c
@@ -1654,7 +1654,7 @@
         gen6_3DSTATE_WM(cmd);
     }
 
-    emit_ps_resources(cmd, cmd->bind.pipeline.graphics->fs_rmap);
+    emit_ps_resources(cmd, cmd->bind.pipeline.graphics->intel_fs.rmap);
 
     cmd_wa_gen6_pre_depth_stall_write(cmd);
     cmd_wa_gen6_pre_multisample_depth_flush(cmd);