anv: Use an anv_state for the next binding table
[mesa.git] / src / intel / vulkan / anv_private.h
index 7c144d7d6c3c965707b92abddaf1f898a189c5d3..8fa0d74f5aa9b67394bbdb51e2d414b4f46a527d 100644 (file)
@@ -2671,7 +2671,7 @@ struct anv_cmd_buffer {
     * initialized by anv_cmd_buffer_init_batch_bo_chain()
     */
    struct u_vector                              bt_block_states;
-   uint32_t                                     bt_next;
+   struct anv_state                             bt_next;
 
    struct anv_reloc_list                        surface_relocs;
    /** Last seen surface state block pool center bo offset */