Bug 14323: RasterLine and RasterDepthBias changes
diff --git a/icd/intel/pipeline.h b/icd/intel/pipeline.h
index e08f667..3241434 100644
--- a/icd/intel/pipeline.h
+++ b/icd/intel/pipeline.h
@@ -205,6 +205,7 @@
     // VkPipelineRsStateCreateInfo rs_state;
     bool depthClipEnable;
     bool rasterizerDiscardEnable;
+    bool depthBiasEnable;
 
     VkPipelineTessellationStateCreateInfo tess_state;