anv: Document anv_cmd_state::current_pipeline
authorChad Versace <chad.versace@intel.com>
Thu, 14 Jan 2016 21:18:40 +0000 (13:18 -0800)
committerChad Versace <chad.versace@intel.com>
Thu, 14 Jan 2016 21:18:40 +0000 (13:18 -0800)
It's the value of PIPELINE_SELECT.PipelineSelection.

src/vulkan/anv_private.h

index 4f99ec6c3279c379947a5c29eee696de9542c808..a0a952ef4e4176c9fa0ac8a727d8dc7fa0021273 100644 (file)
@@ -1061,7 +1061,7 @@ void anv_dynamic_state_copy(struct anv_dynamic_state *dest,
 
 /** State required while building cmd buffer */
 struct anv_cmd_state {
-   uint32_t                                     current_pipeline;
+   uint32_t current_pipeline; /**< PIPELINE_SELECT.PipelineSelection */
    uint32_t                                     vb_dirty;
    anv_cmd_dirty_mask_t                         dirty;
    anv_cmd_dirty_mask_t                         compute_dirty;