Home
last modified time | relevance | path

Searched refs:suspended_pass (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c3412 cmd->state.pass = suspended->state.suspended_pass.pass; in tu_restore_suspended_pass()
3413 cmd->state.subpass = suspended->state.suspended_pass.subpass; in tu_restore_suspended_pass()
3414 cmd->state.framebuffer = suspended->state.suspended_pass.framebuffer; in tu_restore_suspended_pass()
3415 cmd->state.attachments = suspended->state.suspended_pass.attachments; in tu_restore_suspended_pass()
3416 cmd->state.render_area = suspended->state.suspended_pass.render_area; in tu_restore_suspended_pass()
3417 cmd->state.gmem_layout = suspended->state.suspended_pass.gmem_layout; in tu_restore_suspended_pass()
3419 cmd->state.lrz = suspended->state.suspended_pass.lrz; in tu_restore_suspended_pass()
3644 cmd->state.suspended_pass = secondary->state.suspended_pass; in tu_CmdExecuteCommands()
3992 cmd->state.suspended_pass.pass = cmd->state.pass; in tu_CmdBeginRendering()
3993 cmd->state.suspended_pass.subpass = cmd->state.subpass; in tu_CmdBeginRendering()
[all …]
Dtu_cmd_buffer.h393 } suspended_pass; member