Bug 14224: Remove abbreviations on some API symbols
diff --git a/icd/intel/pipeline.h b/icd/intel/pipeline.h
index de7f793..df6f25e 100644
--- a/icd/intel/pipeline.h
+++ b/icd/intel/pipeline.h
@@ -200,13 +200,17 @@
     int provoking_vertex_trifan;
     int provoking_vertex_line;
 
-    VkPipelineCbStateCreateInfo cb_state;
+    // TODO: This should probably be Intel HW state, not VK state.
+    /* Depth Buffer format */
+    VkFormat db_format;
+
+    VkPipelineColorBlendStateCreateInfo cb_state;
 
     // VkPipelineRsStateCreateInfo rs_state;
     bool depthClipEnable;
     bool rasterizerDiscardEnable;
 
-    VkPipelineTessStateCreateInfo tess_state;
+    VkPipelineTessellationStateCreateInfo tess_state;
 
     uint32_t active_shaders;
     struct intel_pipeline_shader vs;