anv: allocate fake render pass for continuation command buffers

v4: Assert if there's no VkCommandBufferInheritanceRenderingInfoKHR (Lionel)

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13980>
This commit is contained in:
Iván Briano
2021-11-04 12:30:20 -07:00
parent b32023573d
commit e41436beec
2 changed files with 63 additions and 29 deletions

View File

@@ -3086,6 +3086,8 @@ struct anv_cmd_state {
* is one of the states in attachment_states.
*/
struct anv_state null_surface_state;
struct anv_dynamic_render_pass dynamic_render_pass;
};
struct anv_cmd_pool {