intel: fix assertion failures on Haswell
diff --git a/icd/intel/cmd_pipeline.c b/icd/intel/cmd_pipeline.c
index bccd4a4..58b6d5d 100644
--- a/icd/intel/cmd_pipeline.c
+++ b/icd/intel/cmd_pipeline.c
@@ -1001,7 +1001,7 @@
     const struct intel_shader_cso *cso;
     uint32_t dw2, dw4, dw5;
 
-    CMD_ASSERT(cmd, 7, 7);
+    CMD_ASSERT(cmd, 7, 7.5);
 
     if (cmd->bind.gs.shader == NULL) {
         cmd_batch_reserve(cmd, cmd_len);